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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ClearButton
ClearButton control.
protected HtmlAnchor ClearButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CollectionManager
CollectionManager control.
protected CollectionManager CollectionManager
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CollectionSection
CollectionSection control.
protected NavItem CollectionSection
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ConfigurationSection
ConfigurationSection control.
protected NavItem ConfigurationSection
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DepartmentGrid
DepartmentGrid control.
protected DepartmentGrid DepartmentGrid
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DepartmentsSection
DepartmentsSection control.
protected NavItem DepartmentsSection
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DetailConfiguration
DetailConfiguration control.
protected DetailConfiguration DetailConfiguration
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DetailOrganization
DetailOrganization control.
protected DetailOrganization DetailOrganization
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DivisionGrid
DivisionGrid control.
protected DivisionGrid DivisionGrid
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DivisionsSection
DivisionsSection control.
protected NavItem DivisionsSection
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FieldsSection
FieldsSection control.
protected NavItem FieldsSection
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
InvoiceBillingAddressGrid
InvoiceBillingAddressGrid control.
protected PortalFieldsGrid InvoiceBillingAddressGrid
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
LearnerDashboardFieldsGrid
LearnerDashboardFieldsGrid control.
protected PortalFieldsGrid LearnerDashboardFieldsGrid
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
NavPanel
NavPanel control.
protected Nav NavPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
OrganizationSection
OrganizationSection control.
protected NavItem OrganizationSection
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SubOrganizationFilterText
SubOrganizationFilterText control.
protected TextBox SubOrganizationFilterText
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SubOrganizationRepeater
SubOrganizationRepeater control.
protected Repeater SubOrganizationRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SubOrganizationsSection
SubOrganizationsSection control.
protected NavItem SubOrganizationsSection
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UserProfileFieldsGrid
UserProfileFieldsGrid control.
protected PortalFieldsGrid UserProfileFieldsGrid
Field Value
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
organizationOrganizationState
GetTreeViewPostfix(object)
protected string GetTreeViewPostfix(object obj)
Parameters
objobject
Returns
GetTreeViewPrefix(object)
protected string GetTreeViewPrefix(object obj)
Parameters
objobject
Returns
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)
Parameters
SaveCollections()
public void SaveCollections()
SetInputValues(OrganizationState, string, string)
public void SetInputValues(OrganizationState organization, string selectedPanel, string selectedTab)
Parameters
organizationOrganizationStateselectedPanelstringselectedTabstring
Events
Updated
public event EventHandler Updated