Table of Contents

Class RecurrenceField

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

Constructors

RecurrenceField()

public RecurrenceField()

Fields

LastInterval

LastInterval control.

protected Label LastInterval

Field Value

Label

Remarks

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

NextInterval

NextInterval control.

protected Label NextInterval

Field Value

Label

Remarks

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

RecurrenceInterval

RecurrenceInterval control.

protected NumericBox RecurrenceInterval

Field Value

NumericBox

Remarks

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

RecurrenceUnit

RecurrenceUnit control.

protected ComboBox RecurrenceUnit

Field Value

ComboBox

Remarks

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

RecurrenceValidator

RecurrenceValidator control.

protected CustomValidator RecurrenceValidator

Field Value

CustomValidator

Remarks

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

RecurrenceWeekdays

RecurrenceWeekdays control.

protected CheckBoxList RecurrenceWeekdays

Field Value

CheckBoxList

Remarks

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

Methods

GetInputValues(SerializedCommand)

public void GetInputValues(SerializedCommand command)

Parameters

command SerializedCommand

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

SetInputValues(SerializedCommand)

public void SetInputValues(SerializedCommand command)

Parameters

command SerializedCommand