Interface IPersonInfo2
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public interface IPersonInfo2 : IPersonInfo
Properties
PreferredLanguageId
This persons preferred support language ID
Declaration
int PreferredLanguageId { get; }
Property Value
Type | Description |
---|---|
Int32 |
Retired
Is the person retired? English text 'True' or 'False'
Declaration
bool Retired { get; }
Property Value
Type | Description |
---|---|
Boolean |
ServiceContactId
Our service contact for this person - ID
Declaration
int ServiceContactId { get; }
Property Value
Type | Description |
---|---|
Int32 |
ServiceContactName
Our service contact for this person - Full name
Declaration
string ServiceContactName { get; }
Property Value
Type | Description |
---|---|
String |
ServicePriority
This persons service priority ID
Declaration
int ServicePriority { get; }
Property Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)