Class RecurrenceEndType
Enumerator describing how the series of recurring activities are terminated.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class RecurrenceEndType : Enum
Fields
Counter
2: The end of the recurrence is described with a number of recurring activities.
Declaration
public const RecurrenceEndType Counter
Field Value
Type | Description |
---|---|
RecurrenceEndType |
EndDate
1: The end of the recurrence is described by an end date.
Declaration
public const RecurrenceEndType EndDate
Field Value
Type | Description |
---|---|
RecurrenceEndType |
Unknown
0: 0: Unknown/undecided type
Declaration
public const RecurrenceEndType Unknown
Field Value
Type | Description |
---|---|
RecurrenceEndType |
value__
Enumerator describing how the series of recurring activities are terminated.
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)