Show / Hide Table of Contents

Class RolesSelectionGrid

Inheritance
object
Control
RolesSelectionGrid
Implements
IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
INamingContainer
Inherited Members
Control.ResolveAdapter()
Control.HasEvents()
Control.GetRouteUrl(object)
Control.GetRouteUrl(string, object)
Control.GetRouteUrl(RouteValueDictionary)
Control.GetRouteUrl(string, RouteValueDictionary)
Control.GetUniqueIDRelativeTo(Control)
Control.ApplyStyleSheetSkin(Page)
Control.OnDataBinding(EventArgs)
Control.DataBind()
Control.DataBind(bool)
Control.DataBindChildren()
Control.AddParsedSubObject(object)
Control.EnsureID()
Control.OnInit(EventArgs)
Control.ClearChildState()
Control.ClearChildControlState()
Control.ClearChildViewState()
Control.ClearEffectiveClientIDMode()
Control.ClearCachedClientID()
Control.Focus()
Control.LoadControlState(object)
Control.MapPathSecure(string)
Control.OpenFile(string)
Control.OnLoad(EventArgs)
Control.BuildProfileTree(string, bool)
Control.SaveControlState()
Control.Render(HtmlTextWriter)
Control.RenderChildren(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter, ControlAdapter)
Control.OnUnload(EventArgs)
Control.Dispose()
Control.RaiseBubbleEvent(object, EventArgs)
Control.OnBubbleEvent(object, EventArgs)
Control.AddedControl(Control, int)
Control.CreateControlCollection()
Control.ResolveUrl(string)
Control.ResolveClientUrl(string)
Control.FindControl(string)
Control.FindControl(string, int)
Control.GetDesignModeState()
Control.HasControls()
Control.IsLiteralContent()
Control.TrackViewState()
Control.EnsureChildControls()
Control.RemovedControl(Control)
Control.SetDesignModeState(IDictionary)
Control.SetRenderMethodDelegate(RenderMethod)
Control.ClientIDMode
Control.ClientID
Control.ClientIDSeparator
Control.Context
Control.Adapter
Control.DesignMode
Control.Events
Control.ID
Control.EnableTheming
Control.IsChildControlStateCleared
Control.SkinID
Control.EnableViewState
Control.ViewStateMode
Control.IsViewStateEnabled
Control.NamingContainer
Control.IdSeparator
Control.LoadViewStateByID
Control.Page
Control.RenderingCompatibility
Control.TemplateControl
Control.Parent
Control.TemplateSourceDirectory
Control.AppRelativeTemplateSourceDirectory
Control.Site
Control.Visible
Control.UniqueID
Control.HasChildViewState
Control.Controls
Control.ValidateRequestMode
Control.ViewState
Control.ViewStateIgnoresCase
Control.ChildControlsCreated
Control.IsTrackingViewState
Control.Disposed
Control.DataBinding
Control.Init
Control.Load
Control.PreRender
Control.Unload
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class RolesSelectionGrid : Control, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, INamingContainer

Constructors

RolesSelectionGrid()

Declaration
public RolesSelectionGrid()

Properties

AlternatingItemStyle

Declaration
public TableItemStyle AlternatingItemStyle { get; }
Property Value
Type Description
TableItemStyle

AutoGenerateColumns

Declaration
public bool AutoGenerateColumns { get; set; }
Property Value
Type Description
bool

CellSpacing

Declaration
public int CellSpacing { get; set; }
Property Value
Type Description
int

Columns

Declaration
public DataGridColumnCollection Columns { get; }
Property Value
Type Description
DataGridColumnCollection

FooterStyle

Declaration
public TableItemStyle FooterStyle { get; }
Property Value
Type Description
TableItemStyle

GridLines

Declaration
public GridLines GridLines { get; set; }
Property Value
Type Description
GridLines

HeaderStyle

Declaration
public TableItemStyle HeaderStyle { get; }
Property Value
Type Description
TableItemStyle

ItemStyle

Declaration
public TableItemStyle ItemStyle { get; }
Property Value
Type Description
TableItemStyle

Items

Declaration
public DataGridItemCollection Items { get; }
Property Value
Type Description
DataGridItemCollection

ResourceFile

Declaration
public string ResourceFile { get; set; }
Property Value
Type Description
string

SelectedItemStyle

Declaration
public TableItemStyle SelectedItemStyle { get; }
Property Value
Type Description
TableItemStyle

SelectedRoleNames

Declaration
public ArrayList SelectedRoleNames { get; set; }
Property Value
Type Description
ArrayList

ShowAllUsers

Declaration
public bool ShowAllUsers { get; set; }
Property Value
Type Description
bool

ShowUnauthenticatedUsers

Declaration
public bool ShowUnauthenticatedUsers { get; set; }
Property Value
Type Description
bool

Methods

CreateChildControls()

Declaration
protected override void CreateChildControls()
Overrides
Control.CreateChildControls()

LoadViewState(object)

Declaration
protected override void LoadViewState(object savedState)
Parameters
Type Name Description
object savedState
Overrides
Control.LoadViewState(object)

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
EventArgs e
Overrides
Control.OnPreRender(EventArgs)

SaveViewState()

Declaration
protected override object SaveViewState()
Returns
Type Description
object
Overrides
Control.SaveViewState()

UpdateRoleSelections()

Declaration
protected void UpdateRoleSelections()

UpdateSelection(string, bool)

Declaration
protected virtual void UpdateSelection(string roleName, bool selected)
Parameters
Type Name Description
string roleName
bool selected

UpdateSelections()

Declaration
protected void UpdateSelections()

Implements

IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
INamingContainer

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS