Table of Contents

Class Details

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

Constructors

Details()

public Details()

Fields

AggregateIdentifier

AggregateIdentifier control.

protected TextBox AggregateIdentifier

Field Value

TextBox

Remarks

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

AggregateIdentifierValidator

AggregateIdentifierValidator control.

protected CustomValidator AggregateIdentifierValidator

Field Value

CustomValidator

Remarks

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

AggregateType

AggregateType control.

protected ComboBox AggregateType

Field Value

ComboBox

Remarks

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

CommandData

CommandData control.

protected TextBox CommandData

Field Value

TextBox

Remarks

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

CommandDescription

CommandDescription control.

protected TextBox CommandDescription

Field Value

TextBox

Remarks

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

CommandTypeSelector

CommandTypeSelector control.

protected ComboBox CommandTypeSelector

Field Value

ComboBox

Remarks

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

CommandTypeSelectorNextView

CommandTypeSelectorNextView control.

protected Button CommandTypeSelectorNextView

Field Value

Button

Remarks

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

CommandTypeSelectorView

CommandTypeSelectorView control.

protected MultiFieldView CommandTypeSelectorView

Field Value

MultiFieldView

Remarks

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

CommandTypeText

CommandTypeText control.

protected TextBox CommandTypeText

Field Value

TextBox

Remarks

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

CommandTypeTextNextView

CommandTypeTextNextView control.

protected Button CommandTypeTextNextView

Field Value

Button

Remarks

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

CommandTypeTextView

CommandTypeTextView control.

protected MultiFieldView CommandTypeTextView

Field Value

MultiFieldView

Remarks

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

CustomCommandTypeValidator

CustomCommandTypeValidator control.

protected CustomValidator CustomCommandTypeValidator

Field Value

CustomValidator

Remarks

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

DataJsonValidator

DataJsonValidator control.

protected CustomValidator DataJsonValidator

Field Value

CustomValidator

Remarks

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

DataJsonValidatorEnabled

DataJsonValidatorEnabled control.

protected CheckBox DataJsonValidatorEnabled

Field Value

CheckBox

Remarks

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

Properties

IsEditor

public bool IsEditor { get; set; }

Property Value

bool

Methods

GetInputValues(SerializedCommand)

public void GetInputValues(SerializedCommand command)

Parameters

command SerializedCommand

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

SetInputValues(SerializedCommand)

public void SetInputValues(SerializedCommand command)

Parameters

command SerializedCommand