Class AddControl
public class AddControl : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
AddControl
- Implements
- Inherited Members
Constructors
AddControl()
public AddControl()
Fields
CreateContactLink
CreateContactLink control.
protected Button CreateContactLink
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CriteriaClearButton
CriteriaClearButton control.
protected ClearButton CriteriaClearButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CriteriaContactCode
CriteriaContactCode control.
protected TextBox CriteriaContactCode
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CriteriaContactName
CriteriaContactName control.
protected TextBox CriteriaContactName
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CriteriaContactType
CriteriaContactType control.
protected ComboBox CriteriaContactType
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CriteriaEmail
CriteriaEmail control.
protected TextBox CriteriaEmail
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CriteriaEmailField
CriteriaEmailField control.
protected HtmlGenericControl CriteriaEmailField
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CriteriaGroupType
CriteriaGroupType control.
protected GroupTypeComboBox CriteriaGroupType
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CriteriaGroupTypeField
CriteriaGroupTypeField control.
protected HtmlGenericControl CriteriaGroupTypeField
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CriteriaSearchButton
CriteriaSearchButton control.
protected FilterButton CriteriaSearchButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CriteriaUpdatePanel
CriteriaUpdatePanel control.
protected UpdatePanel CriteriaUpdatePanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EntityName
EntityName control.
protected Literal EntityName
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
NewUserCard
NewUserCard control.
protected HtmlGenericControl NewUserCard
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SaveContact
public Func<AddControl.ContactForSave, bool> SaveContact
Field Value
SaveProgress
SaveProgress control.
protected ProgressPanel SaveProgress
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ScreenStatus
ScreenStatus control.
protected Alert ScreenStatus
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SearchNoResultContainer
SearchNoResultContainer control.
protected Container SearchNoResultContainer
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SearchResultCloseButton
SearchResultCloseButton control.
protected CloseButton SearchResultCloseButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SearchResultCount
SearchResultCount control.
protected HtmlGenericControl SearchResultCount
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SearchResultFooter
SearchResultFooter control.
protected Container SearchResultFooter
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SearchResultHeaderGroup
SearchResultHeaderGroup control.
protected Container SearchResultHeaderGroup
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SearchResultHeaderPerson
SearchResultHeaderPerson control.
protected Container SearchResultHeaderPerson
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SearchResultPagination
SearchResultPagination control.
protected Pagination SearchResultPagination
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SearchResultRepeater
SearchResultRepeater control.
protected Repeater SearchResultRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SearchResultSaveButton
SearchResultSaveButton control.
protected SaveButton SearchResultSaveButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SearchResultUpdatePanel
SearchResultUpdatePanel control.
protected UpdatePanel SearchResultUpdatePanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SearchSelectCount
SearchSelectCount control.
protected HtmlGenericControl SearchSelectCount
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SettingsAddFunction
SettingsAddFunction control.
protected WorkflowRoleComboBox SettingsAddFunction
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SettingsCard
SettingsCard control.
protected HtmlGenericControl SettingsCard
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UploadContactLink
UploadContactLink control.
protected Button UploadContactLink
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
IsGroup
protected bool IsGroup { get; set; }
Property Value
IsPerson
protected bool IsPerson { get; set; }
Property Value
PreviousContactType
protected string PreviousContactType { get; set; }
Property Value
Methods
GetContactEmail(object)
protected static string GetContactEmail(object dataItem)
Parameters
dataItemobject
Returns
GetContactEmailAlternate(object)
protected static string GetContactEmailAlternate(object dataItem)
Parameters
dataItemobject
Returns
GetContactName(object)
protected static string GetContactName(object dataItem)
Parameters
dataItemobject
Returns
GetContactSize(object)
protected static string GetContactSize(object dataItem)
Parameters
dataItemobject
Returns
GetContactSize(object, bool)
protected static string GetContactSize(object dataItem, bool isGroup)
Parameters
Returns
LoadData(InitData)
public void LoadData(AddControl.InitData initData)
Parameters
initDataAddControl.InitData
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)