Table of Contents

Class FieldInputNotification

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

Constructors

FieldInputNotification()

public FieldInputNotification()

Fields

AlertDescription

AlertDescription control.

protected HtmlGenericControl AlertDescription

Field Value

HtmlGenericControl

Remarks

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

AlertInput

AlertInput control.

protected AlertComboBox AlertInput

Field Value

AlertComboBox

Remarks

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

AlertValidator

AlertValidator control.

protected RequiredValidator AlertValidator

Field Value

RequiredValidator

Remarks

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

Properties

Value

public string Value { get; set; }

Property Value

string

Methods

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

SetupValidationGroup(string)

protected override void SetupValidationGroup(string groupName)

Parameters

groupName string

Events

NotificationChanged

public event StringValueHandler NotificationChanged

Event Type

StringValueHandler