Table of Contents

Class FormCodeField

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

Constructors

FormCodeField()

public FormCodeField()

Fields

Code

Code control.

protected TextBox Code

Field Value

TextBox

Remarks

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

CodeValidator

CodeValidator control.

protected RequiredValidator CodeValidator

Field Value

RequiredValidator

Remarks

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

Hook

Hook control.

protected TextBox Hook

Field Value

TextBox

Remarks

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

Origin

Origin control.

protected TextBox Origin

Field Value

TextBox

Remarks

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

Source

Source control.

protected TextBox Source

Field Value

TextBox

Remarks

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

Properties

FormCode

public string FormCode { get; set; }

Property Value

string

FormHook

public string FormHook { get; set; }

Property Value

string

FormOrigin

public string FormOrigin { get; set; }

Property Value

string

FormSource

public string FormSource { get; set; }

Property Value

string

Methods

DisableFormCode()

public void DisableFormCode()

DisableFormHook()

public void DisableFormHook()

DisableFormOrigin()

public void DisableFormOrigin()

DisableFormSource()

public void DisableFormSource()

SetupValidationGroup(string)

protected override void SetupValidationGroup(string groupName)

Parameters

groupName string