Class FieldInputSender
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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SenderDescription
SenderDescription control.
protected HtmlGenericControl SenderDescription
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SenderFormValidator
SenderFormValidator control.
protected RequiredValidator SenderFormValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SenderInstruction
SenderInstruction control.
protected HtmlGenericControl SenderInstruction
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SenderStatusOutput
SenderStatusOutput control.
protected HtmlGenericControl SenderStatusOutput
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
SenderEmail
public string SenderEmail { get; }
Property Value
SenderName
public string SenderName { get; }
Property Value
SenderStatus
public string SenderStatus { get; set; }
Property Value
SenderType
public string SenderType { get; set; }
Property Value
Value
public Guid? Value { get; set; }
Property Value
- Guid?
Methods
BindModelToControls(Guid)
public void BindModelToControls(Guid senderId)
Parameters
senderIdGuid
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
SetupValidationGroup(string)
protected override void SetupValidationGroup(string groupName)
Parameters
groupNamestring
Events
Changed
public event EventHandler Changed