Class RelationListProvider.RelationType
Relation type to fetch list for - use ToString() on one of the values as the additionalInfo parameter
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
public sealed class RelationType : Enum
Fields
CC
Contact - contact relation (between companies)
Declaration
public const RelationListProvider.RelationType CC
Field Value
Type | Description |
---|---|
RelationListProvider.RelationType |
CP
Contact - person relation (company to person)
Declaration
public const RelationListProvider.RelationType CP
Field Value
Type | Description |
---|---|
RelationListProvider.RelationType |
PC
Person - contact relation (person to company)
Declaration
public const RelationListProvider.RelationType PC
Field Value
Type | Description |
---|---|
RelationListProvider.RelationType |
PP
Person - person relation (person to person)
Declaration
public const RelationListProvider.RelationType PP
Field Value
Type | Description |
---|---|
RelationListProvider.RelationType |
value__
Relation type to fetch list for - use ToString() on one of the values as the additionalInfo parameter
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)