Class RelationTarget
Target type of relation. (Contact, person or both)
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class RelationTarget : Enum
Fields
Both
3: Both
Declaration
public const RelationTarget Both
Field Value
Type | Description |
---|---|
RelationTarget |
Contact
1: Contact
Declaration
public const RelationTarget Contact
Field Value
Type | Description |
---|---|
RelationTarget |
None
0: None
Declaration
public const RelationTarget None
Field Value
Type | Description |
---|---|
RelationTarget |
Person
2: Person
Declaration
public const RelationTarget Person
Field Value
Type | Description |
---|---|
RelationTarget |
value__
Target type of relation. (Contact, person or both)
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)