Table of Contents

Class AddControl

Namespace
InSite.UI.Admin.Messages.Subscribers.Controls
Assembly
InSite.UI.dll
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 control.

protected Button CreateContactLink

Field Value

Button

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

CriteriaClearButton

CriteriaClearButton control.

protected ClearButton CriteriaClearButton

Field Value

ClearButton

Remarks

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

CriteriaContactCode

CriteriaContactCode control.

protected TextBox CriteriaContactCode

Field Value

TextBox

Remarks

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

CriteriaContactName

CriteriaContactName control.

protected TextBox CriteriaContactName

Field Value

TextBox

Remarks

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

CriteriaContactType

CriteriaContactType control.

protected ComboBox CriteriaContactType

Field Value

ComboBox

Remarks

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

CriteriaEmail

CriteriaEmail control.

protected TextBox CriteriaEmail

Field Value

TextBox

Remarks

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

CriteriaEmailField

CriteriaEmailField control.

protected HtmlGenericControl CriteriaEmailField

Field Value

HtmlGenericControl

Remarks

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

CriteriaGroupType

CriteriaGroupType control.

protected GroupTypeComboBox CriteriaGroupType

Field Value

GroupTypeComboBox

Remarks

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

CriteriaGroupTypeField

CriteriaGroupTypeField control.

protected HtmlGenericControl CriteriaGroupTypeField

Field Value

HtmlGenericControl

Remarks

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

CriteriaSearchButton

CriteriaSearchButton control.

protected FilterButton CriteriaSearchButton

Field Value

FilterButton

Remarks

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

CriteriaUpdatePanel

CriteriaUpdatePanel control.

protected UpdatePanel CriteriaUpdatePanel

Field Value

UpdatePanel

Remarks

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

EntityName

EntityName control.

protected Literal EntityName

Field Value

Literal

Remarks

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

NewUserCard

NewUserCard control.

protected HtmlGenericControl NewUserCard

Field Value

HtmlGenericControl

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

Func<AddControl.ContactForSave, bool>

SaveProgress

SaveProgress control.

protected ProgressPanel SaveProgress

Field Value

ProgressPanel

Remarks

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

ScreenStatus

ScreenStatus control.

protected Alert ScreenStatus

Field Value

Alert

Remarks

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

SearchNoResultContainer

SearchNoResultContainer control.

protected Container SearchNoResultContainer

Field Value

Container

Remarks

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

SearchResultCloseButton

SearchResultCloseButton control.

protected CloseButton SearchResultCloseButton

Field Value

CloseButton

Remarks

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

SearchResultCount

SearchResultCount control.

protected HtmlGenericControl SearchResultCount

Field Value

HtmlGenericControl

Remarks

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

SearchResultFooter

SearchResultFooter control.

protected Container SearchResultFooter

Field Value

Container

Remarks

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

SearchResultHeaderGroup

SearchResultHeaderGroup control.

protected Container SearchResultHeaderGroup

Field Value

Container

Remarks

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

SearchResultHeaderPerson

SearchResultHeaderPerson control.

protected Container SearchResultHeaderPerson

Field Value

Container

Remarks

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

SearchResultPagination

SearchResultPagination control.

protected Pagination SearchResultPagination

Field Value

Pagination

Remarks

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

SearchResultRepeater

SearchResultRepeater control.

protected Repeater SearchResultRepeater

Field Value

Repeater

Remarks

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

SearchResultSaveButton

SearchResultSaveButton control.

protected SaveButton SearchResultSaveButton

Field Value

SaveButton

Remarks

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

SearchResultUpdatePanel

SearchResultUpdatePanel control.

protected UpdatePanel SearchResultUpdatePanel

Field Value

UpdatePanel

Remarks

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

SearchSelectCount

SearchSelectCount control.

protected HtmlGenericControl SearchSelectCount

Field Value

HtmlGenericControl

Remarks

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

SettingsAddFunction

SettingsAddFunction control.

protected WorkflowRoleComboBox SettingsAddFunction

Field Value

WorkflowRoleComboBox

Remarks

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

SettingsCard

SettingsCard control.

protected HtmlGenericControl SettingsCard

Field Value

HtmlGenericControl

Remarks

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

UploadContactLink control.

protected Button UploadContactLink

Field Value

Button

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

Properties

IsGroup

protected bool IsGroup { get; set; }

Property Value

bool

IsPerson

protected bool IsPerson { get; set; }

Property Value

bool

PreviousContactType

protected string PreviousContactType { get; set; }

Property Value

string

Methods

GetContactEmail(object)

protected static string GetContactEmail(object dataItem)

Parameters

dataItem object

Returns

string

GetContactEmailAlternate(object)

protected static string GetContactEmailAlternate(object dataItem)

Parameters

dataItem object

Returns

string

GetContactName(object)

protected static string GetContactName(object dataItem)

Parameters

dataItem object

Returns

string

GetContactSize(object)

protected static string GetContactSize(object dataItem)

Parameters

dataItem object

Returns

string

GetContactSize(object, bool)

protected static string GetContactSize(object dataItem, bool isGroup)

Parameters

dataItem object
isGroup bool

Returns

string

LoadData(InitData)

public void LoadData(AddControl.InitData initData)

Parameters

initData AddControl.InitData

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs