Table of Contents

Class Details

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

Constructors

Details()

public Details()

Fields

DepartmentCode

DepartmentCode control.

protected TextBox DepartmentCode

Field Value

TextBox

Remarks

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

DepartmentDescription

DepartmentDescription control.

protected TextBox DepartmentDescription

Field Value

TextBox

Remarks

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

DepartmentName

DepartmentName control.

protected TextBox DepartmentName

Field Value

TextBox

Remarks

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

DivisionIdentifier

DivisionIdentifier control.

protected DivisionComboBox DivisionIdentifier

Field Value

DivisionComboBox

Remarks

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

OrganizationIdentifier

OrganizationIdentifier control.

protected FindOrganization OrganizationIdentifier

Field Value

FindOrganization

Remarks

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

Methods

GetInputValues(Department)

public void GetInputValues(Department entity)

Parameters

entity Department

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

SetDefaultInputValues()

public void SetDefaultInputValues()

SetInputValues(Department)

public void SetInputValues(Department entity)

Parameters

entity Department