Table of Contents

Class FieldInputSender

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

Constructors

FieldInputSender()

public FieldInputSender()

Fields

SenderCombo

SenderCombo control.

protected SenderComboBox SenderCombo

Field Value

SenderComboBox

Remarks

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

SenderDescription

SenderDescription control.

protected HtmlGenericControl SenderDescription

Field Value

HtmlGenericControl

Remarks

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

SenderFormValidator

SenderFormValidator control.

protected RequiredValidator SenderFormValidator

Field Value

RequiredValidator

Remarks

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

SenderInstruction

SenderInstruction control.

protected HtmlGenericControl SenderInstruction

Field Value

HtmlGenericControl

Remarks

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

SenderStatusOutput

SenderStatusOutput control.

protected HtmlGenericControl SenderStatusOutput

Field Value

HtmlGenericControl

Remarks

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

Properties

SenderEmail

public string SenderEmail { get; }

Property Value

string

SenderName

public string SenderName { get; }

Property Value

string

SenderStatus

public string SenderStatus { get; set; }

Property Value

string

SenderType

public string SenderType { get; set; }

Property Value

string

Value

public Guid? Value { get; set; }

Property Value

Guid?

Methods

BindModelToControls(Guid)

public void BindModelToControls(Guid senderId)

Parameters

senderId Guid

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

SetupValidationGroup(string)

protected override void SetupValidationGroup(string groupName)

Parameters

groupName string

Events

Changed

public event EventHandler Changed

Event Type

EventHandler