Table of Contents

Class Detail

Namespace
InSite.Admin.Accounts.Organizations.Controls
Assembly
InSite.UI.dll
public class Detail : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
Detail
Implements
Inherited Members

Constructors

Detail()

public Detail()

Fields

ClassRegistrationFieldsGrid

ClassRegistrationFieldsGrid control.

protected PortalFieldsGrid ClassRegistrationFieldsGrid

Field Value

PortalFieldsGrid

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ClearButton

ClearButton control.

protected HtmlAnchor ClearButton

Field Value

HtmlAnchor

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CollectionManager

CollectionManager control.

protected CollectionManager CollectionManager

Field Value

CollectionManager

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CollectionSection

CollectionSection control.

protected NavItem CollectionSection

Field Value

NavItem

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ConfigurationSection

ConfigurationSection control.

protected NavItem ConfigurationSection

Field Value

NavItem

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

DepartmentGrid

DepartmentGrid control.

protected DepartmentGrid DepartmentGrid

Field Value

DepartmentGrid

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

DepartmentsSection

DepartmentsSection control.

protected NavItem DepartmentsSection

Field Value

NavItem

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

DetailConfiguration

DetailConfiguration control.

protected DetailConfiguration DetailConfiguration

Field Value

DetailConfiguration

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

DetailOrganization

DetailOrganization control.

protected DetailOrganization DetailOrganization

Field Value

DetailOrganization

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

DivisionGrid

DivisionGrid control.

protected DivisionGrid DivisionGrid

Field Value

DivisionGrid

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

DivisionsSection

DivisionsSection control.

protected NavItem DivisionsSection

Field Value

NavItem

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

FieldsSection

FieldsSection control.

protected NavItem FieldsSection

Field Value

NavItem

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

InvoiceBillingAddressGrid

InvoiceBillingAddressGrid control.

protected PortalFieldsGrid InvoiceBillingAddressGrid

Field Value

PortalFieldsGrid

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

LearnerDashboardFieldsGrid

LearnerDashboardFieldsGrid control.

protected PortalFieldsGrid LearnerDashboardFieldsGrid

Field Value

PortalFieldsGrid

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

NavPanel

NavPanel control.

protected Nav NavPanel

Field Value

Nav

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

OrganizationSection

OrganizationSection control.

protected NavItem OrganizationSection

Field Value

NavItem

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

SubOrganizationFilterText

SubOrganizationFilterText control.

protected TextBox SubOrganizationFilterText

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

SubOrganizationRepeater

SubOrganizationRepeater control.

protected Repeater SubOrganizationRepeater

Field Value

Repeater

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

SubOrganizationsSection

SubOrganizationsSection control.

protected NavItem SubOrganizationsSection

Field Value

NavItem

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

UserProfileFieldsGrid

UserProfileFieldsGrid control.

protected PortalFieldsGrid UserProfileFieldsGrid

Field Value

PortalFieldsGrid

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Properties

OrganizationIdentifier

protected Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

Methods

GetInputValues(OrganizationState)

public void GetInputValues(OrganizationState organization)

Parameters

organization OrganizationState

GetTreeViewPostfix(object)

protected string GetTreeViewPostfix(object obj)

Parameters

obj object

Returns

string

GetTreeViewPrefix(object)

protected string GetTreeViewPrefix(object obj)

Parameters

obj object

Returns

string

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

SaveCollections()

public void SaveCollections()

SetInputValues(OrganizationState, string, string)

public void SetInputValues(OrganizationState organization, string selectedPanel, string selectedTab)

Parameters

organization OrganizationState
selectedPanel string
selectedTab string

Events

Updated

public event EventHandler Updated

Event Type

EventHandler