Table of Contents

Class Detail

public class Detail : UserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
Detail
Implements
Inherited Members

Constructors

Detail()

public Detail()

Fields

CompanySelector

CompanySelector control.

protected FindCompany CompanySelector

Field Value

FindCompany

Remarks

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

DepartmentIdentifier

DepartmentIdentifier control.

protected FindDepartment DepartmentIdentifier

Field Value

FindDepartment

Remarks

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

DetailSection

DetailSection control.

protected HtmlGenericControl DetailSection

Field Value

HtmlGenericControl

Remarks

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

DuplicateValidator

DuplicateValidator control.

protected CustomValidator DuplicateValidator

Field Value

CustomValidator

Remarks

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

IsInProgress

IsInProgress control.

protected CheckBox IsInProgress

Field Value

CheckBox

Remarks

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

IsPrimary

IsPrimary control.

protected CheckBox IsPrimary

Field Value

CheckBox

Remarks

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

IsRecommended

IsRecommended control.

protected CheckBox IsRecommended

Field Value

CheckBox

Remarks

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

IsRequired

IsRequired control.

protected CheckBox IsRequired

Field Value

CheckBox

Remarks

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

ProfileStandardIdentifier

ProfileStandardIdentifier control.

protected FindProfile ProfileStandardIdentifier

Field Value

FindProfile

Remarks

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

UserIdentifier

UserIdentifier control.

protected FindPerson UserIdentifier

Field Value

FindPerson

Remarks

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

Methods

GetInputValues(DepartmentProfileUser)

public void GetInputValues(DepartmentProfileUser entity)

Parameters

entity DepartmentProfileUser

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

SetDefaultInputValues(Guid)

public void SetDefaultInputValues(Guid organization)

Parameters

organization Guid

SetInputValues(DepartmentProfileUser)

public bool SetInputValues(DepartmentProfileUser entity)

Parameters

entity DepartmentProfileUser

Returns

bool