Show / Hide Table of Contents

Class CurrentPersonVariables

Summary description for CurrentPersonVariables.

Inheritance
object
TagContainer
PersonVariables
CurrentPersonVariables
Inherited Members
PersonVariables._person
PersonVariables._contact
PersonVariables.Contact
TagContainer._bInitiated
TagContainer.AddData(params object[])
TagContainer.GetData()
TagContainer.ClearData()
TagContainer.GetValueAsync(string, CancellationToken)
TagContainer.GetTags()
TagContainer.SetValue(string, string)
TagContainer.RemoveCustomValue(string)
TagContainer.IsTagLegalAsync(string, CancellationToken)
TagContainer.IsTagInContextAsync(string, CancellationToken)
TagContainer.InitAsync(CancellationToken)
TagContainer.CurrentUiCulture
TagContainer.Data
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Globalization
Assembly: SoDataBase.dll
Syntax
public class CurrentPersonVariables : PersonVariables

Constructors

CurrentPersonVariables(IPersonInfo4)

Summary description for CurrentPersonVariables.

Declaration
public CurrentPersonVariables(IPersonInfo4 personInfo)
Parameters
Type Name Description
IPersonInfo4 personInfo

CurrentPersonVariables(int, int)

Summary description for CurrentPersonVariables.

Declaration
public CurrentPersonVariables(int personId, int contactId)
Parameters
Type Name Description
int personId
int contactId

Properties

Business

Person Business

Declaration
[TemplateTag("abus")]
public string Business { get; }
Property Value
Type Description
string

Category

Person Category

Declaration
[TemplateTag("acat")]
public string Category { get; }
Property Value
Type Description
string

ChatAddress

Chat address

Declaration
[TemplateTag("acha")]
public string ChatAddress { get; }
Property Value
Type Description
string

ChatAddressId

Chat address id

Declaration
[TemplateTag("achi")]
public int ChatAddressId { get; }
Property Value
Type Description
int

ChatAddressProtocol

Chat address protocol

Declaration
[TemplateTag("achp")]
public string ChatAddressProtocol { get; }
Property Value
Type Description
string

Country

Country

Declaration
[TemplateTag("actr")]
public string Country { get; }
Property Value
Type Description
string

Country2

Country (if different from the sender’s country)

Declaration
[TemplateTag("act?")]
public string Country2 { get; }
Property Value
Type Description
string

CountryCode

Country code

Declaration
[TemplateTag("acid")]
public string CountryCode { get; }
Property Value
Type Description
string

DateOfBirth

Date of birth

Declaration
[TemplateTag("abdt")]
public string DateOfBirth { get; }
Property Value
Type Description
string

Department

Person department

Declaration
[TemplateTag("adep")]
public string Department { get; }
Property Value
Type Description
string

Email

The contact's primary e-mail address

Declaration
[TemplateTag("amai")]
public string Email { get; }
Property Value
Type Description
string

Email2

The first e-mail address of the person or contact

Declaration
[TemplateTag("atem")]
public string Email2 { get; }
Property Value
Type Description
string

Email2Id

The contact's primary e-mail address, ID (hidden, unique ID).

Declaration
[TemplateTag("atei")]
public int Email2Id { get; }
Property Value
Type Description
int

EmailId

The contact's primary e-mail address id

Declaration
[TemplateTag("amid")]
public int EmailId { get; }
Property Value
Type Description
int

Fax

Fax number. The contact's direct number, if available. Otherwise the company's fax number

Declaration
[TemplateTag("faxn")]
public string Fax { get; }
Property Value
Type Description
string

FaxFormatted

Fax number. The contact's direct number, if available.Otherwise the company's fax number Any non digit characters are stripped

Declaration
[TemplateTag("faxs")]
public string FaxFormatted { get; }
Property Value
Type Description
string

FaxId

Fax number, ID (hidden, unique ID).

Declaration
[TemplateTag("faxi")]
public int FaxId { get; }
Property Value
Type Description
int

FirstName

First name

Declaration
[TemplateTag("atfn")]
public string FirstName { get; }
Property Value
Type Description
string

FirstNameInitial

First name (first letter)

Declaration
[TemplateTag("atin")]
public string FirstNameInitial { get; }
Property Value
Type Description
string

FirstNameInitialStop

First name (first letter followed by stop)

Declaration
[TemplateTag("ati.")]
public string FirstNameInitialStop { get; }
Property Value
Type Description
string

HomePhoneNumber

Person private phone number

Declaration
[TemplateTag("atph")]
public string HomePhoneNumber { get; }
Property Value
Type Description
string

HomePhoneNumberId

Person private phone ID

Declaration
[TemplateTag("atpj")]
public int HomePhoneNumberId { get; }
Property Value
Type Description
int

HomePhoneNumberWithPrefix

Person private phone number with international prefix

Declaration
[TemplateTag("atpt")]
public string HomePhoneNumberWithPrefix { get; }
Property Value
Type Description
string

LastName

Last name

Declaration
[TemplateTag("atln")]
public string LastName { get; }
Property Value
Type Description
string

LineFeedGermany

Line feed for internal post in Germany

Declaration
[TemplateTag("actg")]
public string LineFeedGermany { get; }
Property Value
Type Description
string

LoginName

The person login name if he/she has login rights

Declaration
[TemplateTag("attl")]
public string LoginName { get; }
Property Value
Type Description
string

MailStop

Mail Stop (for American addresses)

Declaration
[TemplateTag("atms")]
public string MailStop { get; }
Property Value
Type Description
string

MiddleName

Middle name

Declaration
[TemplateTag("atmn")]
public string MiddleName { get; }
Property Value
Type Description
string

MiddleName2

Middle name (if middle name preference is set)

Declaration
[TemplateTag("atm?")]
public string MiddleName2 { get; }
Property Value
Type Description
string

MobilePhoneNumber

Person mobile phone number

Declaration
[TemplateTag("atpc")]
public string MobilePhoneNumber { get; }
Property Value
Type Description
string

MobilePhoneNumberId

Person mobile phone id

Declaration
[TemplateTag("atpi")]
public int MobilePhoneNumberId { get; }
Property Value
Type Description
int

MobilePhoneNumberWithPrefix

Person mobile phone number with international prefix

Declaration
[TemplateTag("atpm")]
public string MobilePhoneNumberWithPrefix { get; }
Property Value
Type Description
string

MrMrs

Mr/Ms field

Declaration
[TemplateTag("atmr")]
public string MrMrs { get; }
Property Value
Type Description
string

Number

Number

Declaration
[TemplateTag("anum")]
public string Number { get; }
Property Value
Type Description
string

PagerId

Pager, ID (hidden, unique ID).

Declaration
[TemplateTag("atpk")]
public int PagerId { get; }
Property Value
Type Description
int

PagerPhoneNumber

Person pager number

Declaration
[TemplateTag("atpp")]
public string PagerPhoneNumber { get; }
Property Value
Type Description
string

PagerPhoneNumberWithPrefix

Person pager number with international prefix

Declaration
[TemplateTag("atpl")]
public string PagerPhoneNumberWithPrefix { get; }
Property Value
Type Description
string

PersonFax

Direct fax (Attention Fax).

Declaration
[TemplateTag("atfa")]
public string PersonFax { get; }
Property Value
Type Description
string

PersonFaxId

Direct fax, ID (hidden, unique ID).

Declaration
[TemplateTag("atfi")]
public int PersonFaxId { get; }
Property Value
Type Description
int

Phone

Telephone number. The person's direct number, if available. Otherwise the contact's telephone number

Declaration
[TemplateTag("phon")]
public string Phone { get; }
Property Value
Type Description
string

Phone2

Telephone number with rank 2. The person's direct number, if available. Otherwise the contact's telephone number with rank 2

Declaration
[TemplateTag("pho2")]
public string Phone2 { get; }
Property Value
Type Description
string

PhoneId

Phone number, ID (hidden, unique ID).

Declaration
[TemplateTag("phoi")]
public int PhoneId { get; }
Property Value
Type Description
int

PhoneNumber

Person phone number

Declaration
[TemplateTag("apho")]
public string PhoneNumber { get; }
Property Value
Type Description
string

PhoneNumberId

Person phone number id

Declaration
[TemplateTag("aphi")]
public int PhoneNumberId { get; }
Property Value
Type Description
int

PhoneNumberWithPrefix

Person phone number with international prefix

Declaration
[TemplateTag("apht")]
public string PhoneNumberWithPrefix { get; }
Property Value
Type Description
string

PhoneWithPrefix

Telephone number with international prefix. The person's direct number, if available. Otherwise the contact's telephone number

Declaration
[TemplateTag("phot")]
public string PhoneWithPrefix { get; }
Property Value
Type Description
string

Pos1

For Japanese use, not listed in the non-Japanese documentation

Declaration
[TemplateTag("pos1")]
public string Pos1 { get; }
Property Value
Type Description
string

Pos2

For Japanese use, not listed in the non-Japanese documentation

Declaration
[TemplateTag("pos2")]
public string Pos2 { get; }
Property Value
Type Description
string

Pos3

For Japanese use, not listed in the non-Japanese documentation

Declaration
[TemplateTag("pos3")]
public string Pos3 { get; }
Property Value
Type Description
string

Position

Person position

Declaration
[TemplateTag("atpo")]
public string Position { get; }
Property Value
Type Description
string

PostalAddressCity

Postal town

Declaration
[TemplateTag("acit")]
public string PostalAddressCity { get; }
Property Value
Type Description
string

PostalAddressCounty

Postal county (for UK addresses)

Declaration
[TemplateTag("acnt")]
public string PostalAddressCounty { get; }
Property Value
Type Description
string

PostalAddressFull

Postal town, state/province and postcode (e.g. Bedford, MA 01730)

Declaration
[TemplateTag("acsz")]
public string PostalAddressFull { get; }
Property Value
Type Description
string

PostalAddressLine1

Postal Address, line 1

Declaration
[TemplateTag("apad")]
public string PostalAddressLine1 { get; }
Property Value
Type Description
string

PostalAddressLine2

Postal Address, line 2

Declaration
[TemplateTag("apa2")]
public string PostalAddressLine2 { get; }
Property Value
Type Description
string

PostalAddressLine3

Postal Address, line 3

Declaration
[TemplateTag("apa3")]
public string PostalAddressLine3 { get; }
Property Value
Type Description
string

PostalAddressState

State/province. (See also acsz.)

Declaration
[TemplateTag("asta")]
public string PostalAddressState { get; }
Property Value
Type Description
string

PostalAddressZip

Postcode. (See also aucs.)

Declaration
[TemplateTag("azip")]
public string PostalAddressZip { get; }
Property Value
Type Description
string

PostalCity

Postal address city/town

Declaration
[TemplateTag("city")]
public string PostalCity { get; }
Property Value
Type Description
string

PreferredLanguageId

Preferred support language Id for this person

Declaration
[TemplateTag("apli")]
public int PreferredLanguageId { get; }
Property Value
Type Description
int

Retired

Is the person retired? 'True' or 'False'

Declaration
[TemplateTag("aret")]
public string Retired { get; }
Property Value
Type Description
string

Salutation

Person salutation. Academic title

Declaration
[TemplateTag("asal")]
public string Salutation { get; }
Property Value
Type Description
string

ServiceContactId

Service contact Id

Declaration
[TemplateTag("asci")]
public int ServiceContactId { get; }
Property Value
Type Description
int

ServiceContactName

Service contact - Full name

Declaration
[TemplateTag("ascn")]
public string ServiceContactName { get; }
Property Value
Type Description
string

ServicePriority

Service priority

Declaration
[TemplateTag("aspr")]
public int ServicePriority { get; }
Property Value
Type Description
int

Title

Person title

Declaration
[TemplateTag("atti")]
public string Title { get; }
Property Value
Type Description
string

Url

Url

Declaration
[TemplateTag("awww")]
public string Url { get; }
Property Value
Type Description
string

UrlId

Url id

Declaration
[TemplateTag("awwi")]
public int UrlId { get; }
Property Value
Type Description
int

UrlNoProtocol

Url without protocol

Declaration
[TemplateTag("awnp")]
public string UrlNoProtocol { get; }
Property Value
Type Description
string

UserDefinedFieldDouble1

User-defined field 1-10 of the decimal number type

Declaration
[TemplateTag("af01")]
public string UserDefinedFieldDouble1 { get; }
Property Value
Type Description
string

UserDefinedFieldDouble10

User-defined field 1-10 of the decimal number type

Declaration
[TemplateTag("af10")]
public string UserDefinedFieldDouble10 { get; }
Property Value
Type Description
string

UserDefinedFieldDouble2

User-defined field 1-10 of the decimal number type

Declaration
[TemplateTag("af02")]
public string UserDefinedFieldDouble2 { get; }
Property Value
Type Description
string

UserDefinedFieldDouble3

User-defined field 1-10 of the decimal number type

Declaration
[TemplateTag("af03")]
public string UserDefinedFieldDouble3 { get; }
Property Value
Type Description
string

UserDefinedFieldDouble4

User-defined field 1-10 of the decimal number type

Declaration
[TemplateTag("af04")]
public string UserDefinedFieldDouble4 { get; }
Property Value
Type Description
string

UserDefinedFieldDouble5

User-defined field 1-10 of the decimal number type

Declaration
[TemplateTag("af05")]
public string UserDefinedFieldDouble5 { get; }
Property Value
Type Description
string

UserDefinedFieldDouble6

User-defined field 1-10 of the decimal number type

Declaration
[TemplateTag("af06")]
public string UserDefinedFieldDouble6 { get; }
Property Value
Type Description
string

UserDefinedFieldDouble7

User-defined field 1-10 of the decimal number type

Declaration
[TemplateTag("af07")]
public string UserDefinedFieldDouble7 { get; }
Property Value
Type Description
string

UserDefinedFieldDouble8

User-defined field 1-10 of the decimal number type

Declaration
[TemplateTag("af08")]
public string UserDefinedFieldDouble8 { get; }
Property Value
Type Description
string

UserDefinedFieldDouble9

User-defined field 1-10 of the decimal number type

Declaration
[TemplateTag("af09")]
public string UserDefinedFieldDouble9 { get; }
Property Value
Type Description
string

UserDefinedFieldInt1

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al01")]
public string UserDefinedFieldInt1 { get; }
Property Value
Type Description
string

UserDefinedFieldInt10

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al10")]
public string UserDefinedFieldInt10 { get; }
Property Value
Type Description
string

UserDefinedFieldInt11

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al11")]
public string UserDefinedFieldInt11 { get; }
Property Value
Type Description
string

UserDefinedFieldInt12

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al12")]
public string UserDefinedFieldInt12 { get; }
Property Value
Type Description
string

UserDefinedFieldInt13

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al13")]
public string UserDefinedFieldInt13 { get; }
Property Value
Type Description
string

UserDefinedFieldInt14

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al14")]
public string UserDefinedFieldInt14 { get; }
Property Value
Type Description
string

UserDefinedFieldInt15

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al15")]
public string UserDefinedFieldInt15 { get; }
Property Value
Type Description
string

UserDefinedFieldInt16

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al16")]
public string UserDefinedFieldInt16 { get; }
Property Value
Type Description
string

UserDefinedFieldInt17

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al17")]
public string UserDefinedFieldInt17 { get; }
Property Value
Type Description
string

UserDefinedFieldInt18

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al18")]
public string UserDefinedFieldInt18 { get; }
Property Value
Type Description
string

UserDefinedFieldInt19

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al19")]
public string UserDefinedFieldInt19 { get; }
Property Value
Type Description
string

UserDefinedFieldInt2

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al02")]
public string UserDefinedFieldInt2 { get; }
Property Value
Type Description
string

UserDefinedFieldInt20

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al20")]
public string UserDefinedFieldInt20 { get; }
Property Value
Type Description
string

UserDefinedFieldInt21

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al21")]
public string UserDefinedFieldInt21 { get; }
Property Value
Type Description
string

UserDefinedFieldInt22

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al22")]
public string UserDefinedFieldInt22 { get; }
Property Value
Type Description
string

UserDefinedFieldInt23

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al23")]
public string UserDefinedFieldInt23 { get; }
Property Value
Type Description
string

UserDefinedFieldInt24

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al24")]
public string UserDefinedFieldInt24 { get; }
Property Value
Type Description
string

UserDefinedFieldInt25

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al25")]
public string UserDefinedFieldInt25 { get; }
Property Value
Type Description
string

UserDefinedFieldInt26

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al26")]
public string UserDefinedFieldInt26 { get; }
Property Value
Type Description
string

UserDefinedFieldInt27

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al27")]
public string UserDefinedFieldInt27 { get; }
Property Value
Type Description
string

UserDefinedFieldInt28

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al28")]
public string UserDefinedFieldInt28 { get; }
Property Value
Type Description
string

UserDefinedFieldInt29

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al29")]
public string UserDefinedFieldInt29 { get; }
Property Value
Type Description
string

UserDefinedFieldInt3

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al03")]
public string UserDefinedFieldInt3 { get; }
Property Value
Type Description
string

UserDefinedFieldInt30

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al30")]
public string UserDefinedFieldInt30 { get; }
Property Value
Type Description
string

UserDefinedFieldInt31

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al31")]
public string UserDefinedFieldInt31 { get; }
Property Value
Type Description
string

UserDefinedFieldInt32

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al32")]
public string UserDefinedFieldInt32 { get; }
Property Value
Type Description
string

UserDefinedFieldInt33

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al33")]
public string UserDefinedFieldInt33 { get; }
Property Value
Type Description
string

UserDefinedFieldInt34

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al34")]
public string UserDefinedFieldInt34 { get; }
Property Value
Type Description
string

UserDefinedFieldInt35

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al35")]
public string UserDefinedFieldInt35 { get; }
Property Value
Type Description
string

UserDefinedFieldInt36

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al36")]
public string UserDefinedFieldInt36 { get; }
Property Value
Type Description
string

UserDefinedFieldInt37

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al37")]
public string UserDefinedFieldInt37 { get; }
Property Value
Type Description
string

UserDefinedFieldInt38

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al38")]
public string UserDefinedFieldInt38 { get; }
Property Value
Type Description
string

UserDefinedFieldInt39

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al39")]
public string UserDefinedFieldInt39 { get; }
Property Value
Type Description
string

UserDefinedFieldInt4

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al04")]
public string UserDefinedFieldInt4 { get; }
Property Value
Type Description
string

UserDefinedFieldInt40

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al40")]
public string UserDefinedFieldInt40 { get; }
Property Value
Type Description
string

UserDefinedFieldInt41

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al41")]
public string UserDefinedFieldInt41 { get; }
Property Value
Type Description
string

UserDefinedFieldInt42

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al42")]
public string UserDefinedFieldInt42 { get; }
Property Value
Type Description
string

UserDefinedFieldInt43

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al43")]
public string UserDefinedFieldInt43 { get; }
Property Value
Type Description
string

UserDefinedFieldInt44

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al44")]
public string UserDefinedFieldInt44 { get; }
Property Value
Type Description
string

UserDefinedFieldInt45

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al45")]
public string UserDefinedFieldInt45 { get; }
Property Value
Type Description
string

UserDefinedFieldInt46

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al46")]
public string UserDefinedFieldInt46 { get; }
Property Value
Type Description
string

UserDefinedFieldInt47

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al47")]
public string UserDefinedFieldInt47 { get; }
Property Value
Type Description
string

UserDefinedFieldInt48

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al48")]
public string UserDefinedFieldInt48 { get; }
Property Value
Type Description
string

UserDefinedFieldInt49

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al49")]
public string UserDefinedFieldInt49 { get; }
Property Value
Type Description
string

UserDefinedFieldInt5

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al05")]
public string UserDefinedFieldInt5 { get; }
Property Value
Type Description
string

UserDefinedFieldInt50

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al50")]
public string UserDefinedFieldInt50 { get; }
Property Value
Type Description
string

UserDefinedFieldInt51

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al51")]
public string UserDefinedFieldInt51 { get; }
Property Value
Type Description
string

UserDefinedFieldInt52

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al52")]
public string UserDefinedFieldInt52 { get; }
Property Value
Type Description
string

UserDefinedFieldInt53

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al53")]
public string UserDefinedFieldInt53 { get; }
Property Value
Type Description
string

UserDefinedFieldInt54

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al54")]
public string UserDefinedFieldInt54 { get; }
Property Value
Type Description
string

UserDefinedFieldInt55

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al55")]
public string UserDefinedFieldInt55 { get; }
Property Value
Type Description
string

UserDefinedFieldInt56

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al56")]
public string UserDefinedFieldInt56 { get; }
Property Value
Type Description
string

UserDefinedFieldInt57

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al57")]
public string UserDefinedFieldInt57 { get; }
Property Value
Type Description
string

UserDefinedFieldInt58

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al58")]
public string UserDefinedFieldInt58 { get; }
Property Value
Type Description
string

UserDefinedFieldInt59

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al59")]
public string UserDefinedFieldInt59 { get; }
Property Value
Type Description
string

UserDefinedFieldInt6

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al06")]
public string UserDefinedFieldInt6 { get; }
Property Value
Type Description
string

UserDefinedFieldInt60

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al60")]
public string UserDefinedFieldInt60 { get; }
Property Value
Type Description
string

UserDefinedFieldInt7

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al07")]
public string UserDefinedFieldInt7 { get; }
Property Value
Type Description
string

UserDefinedFieldInt8

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al08")]
public string UserDefinedFieldInt8 { get; }
Property Value
Type Description
string

UserDefinedFieldInt9

User-defined field 1-60 of the whole number type

Declaration
[TemplateTag("al09")]
public string UserDefinedFieldInt9 { get; }
Property Value
Type Description
string

UserDefinedFieldString1

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as01")]
public string UserDefinedFieldString1 { get; }
Property Value
Type Description
string

UserDefinedFieldString10

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as10")]
public string UserDefinedFieldString10 { get; }
Property Value
Type Description
string

UserDefinedFieldString11

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as11")]
public string UserDefinedFieldString11 { get; }
Property Value
Type Description
string

UserDefinedFieldString12

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as12")]
public string UserDefinedFieldString12 { get; }
Property Value
Type Description
string

UserDefinedFieldString13

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as13")]
public string UserDefinedFieldString13 { get; }
Property Value
Type Description
string

UserDefinedFieldString14

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as14")]
public string UserDefinedFieldString14 { get; }
Property Value
Type Description
string

UserDefinedFieldString15

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as15")]
public string UserDefinedFieldString15 { get; }
Property Value
Type Description
string

UserDefinedFieldString16

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as16")]
public string UserDefinedFieldString16 { get; }
Property Value
Type Description
string

UserDefinedFieldString17

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as17")]
public string UserDefinedFieldString17 { get; }
Property Value
Type Description
string

UserDefinedFieldString18

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as18")]
public string UserDefinedFieldString18 { get; }
Property Value
Type Description
string

UserDefinedFieldString19

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as19")]
public string UserDefinedFieldString19 { get; }
Property Value
Type Description
string

UserDefinedFieldString2

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as02")]
public string UserDefinedFieldString2 { get; }
Property Value
Type Description
string

UserDefinedFieldString20

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as20")]
public string UserDefinedFieldString20 { get; }
Property Value
Type Description
string

UserDefinedFieldString21

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as21")]
public string UserDefinedFieldString21 { get; }
Property Value
Type Description
string

UserDefinedFieldString22

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as22")]
public string UserDefinedFieldString22 { get; }
Property Value
Type Description
string

UserDefinedFieldString23

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as23")]
public string UserDefinedFieldString23 { get; }
Property Value
Type Description
string

UserDefinedFieldString24

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as24")]
public string UserDefinedFieldString24 { get; }
Property Value
Type Description
string

UserDefinedFieldString25

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as25")]
public string UserDefinedFieldString25 { get; }
Property Value
Type Description
string

UserDefinedFieldString26

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as26")]
public string UserDefinedFieldString26 { get; }
Property Value
Type Description
string

UserDefinedFieldString27

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as27")]
public string UserDefinedFieldString27 { get; }
Property Value
Type Description
string

UserDefinedFieldString28

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as28")]
public string UserDefinedFieldString28 { get; }
Property Value
Type Description
string

UserDefinedFieldString29

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as29")]
public string UserDefinedFieldString29 { get; }
Property Value
Type Description
string

UserDefinedFieldString3

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as03")]
public string UserDefinedFieldString3 { get; }
Property Value
Type Description
string

UserDefinedFieldString30

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as30")]
public string UserDefinedFieldString30 { get; }
Property Value
Type Description
string

UserDefinedFieldString31

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as31")]
public string UserDefinedFieldString31 { get; }
Property Value
Type Description
string

UserDefinedFieldString32

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as32")]
public string UserDefinedFieldString32 { get; }
Property Value
Type Description
string

UserDefinedFieldString33

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as33")]
public string UserDefinedFieldString33 { get; }
Property Value
Type Description
string

UserDefinedFieldString34

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as34")]
public string UserDefinedFieldString34 { get; }
Property Value
Type Description
string

UserDefinedFieldString35

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as35")]
public string UserDefinedFieldString35 { get; }
Property Value
Type Description
string

UserDefinedFieldString36

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as36")]
public string UserDefinedFieldString36 { get; }
Property Value
Type Description
string

UserDefinedFieldString37

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as37")]
public string UserDefinedFieldString37 { get; }
Property Value
Type Description
string

UserDefinedFieldString38

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as38")]
public string UserDefinedFieldString38 { get; }
Property Value
Type Description
string

UserDefinedFieldString39

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as39")]
public string UserDefinedFieldString39 { get; }
Property Value
Type Description
string

UserDefinedFieldString4

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as04")]
public string UserDefinedFieldString4 { get; }
Property Value
Type Description
string

UserDefinedFieldString40

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as40")]
public string UserDefinedFieldString40 { get; }
Property Value
Type Description
string

UserDefinedFieldString41

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as41")]
public string UserDefinedFieldString41 { get; }
Property Value
Type Description
string

UserDefinedFieldString42

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as42")]
public string UserDefinedFieldString42 { get; }
Property Value
Type Description
string

UserDefinedFieldString43

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as43")]
public string UserDefinedFieldString43 { get; }
Property Value
Type Description
string

UserDefinedFieldString44

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as44")]
public string UserDefinedFieldString44 { get; }
Property Value
Type Description
string

UserDefinedFieldString45

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as45")]
public string UserDefinedFieldString45 { get; }
Property Value
Type Description
string

UserDefinedFieldString46

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as46")]
public string UserDefinedFieldString46 { get; }
Property Value
Type Description
string

UserDefinedFieldString47

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as47")]
public string UserDefinedFieldString47 { get; }
Property Value
Type Description
string

UserDefinedFieldString48

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as48")]
public string UserDefinedFieldString48 { get; }
Property Value
Type Description
string

UserDefinedFieldString49

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as49")]
public string UserDefinedFieldString49 { get; }
Property Value
Type Description
string

UserDefinedFieldString5

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as05")]
public string UserDefinedFieldString5 { get; }
Property Value
Type Description
string

UserDefinedFieldString6

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as06")]
public string UserDefinedFieldString6 { get; }
Property Value
Type Description
string

UserDefinedFieldString7

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as07")]
public string UserDefinedFieldString7 { get; }
Property Value
Type Description
string

UserDefinedFieldString8

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as08")]
public string UserDefinedFieldString8 { get; }
Property Value
Type Description
string

UserDefinedFieldString9

User-defined field 1-49 of the text type

Declaration
[TemplateTag("as09")]
public string UserDefinedFieldString9 { get; }
Property Value
Type Description
string

Voip

Voip address id

Declaration
[TemplateTag("avoa")]
public string Voip { get; }
Property Value
Type Description
string

VoipId

Voip address

Declaration
[TemplateTag("avoi")]
public int VoipId { get; }
Property Value
Type Description
int

VoipService

Voip address protocol

Declaration
[TemplateTag("avos")]
public string VoipService { get; }
Property Value
Type Description
string

Methods

GetAttentionSalutationAsync(CancellationToken)

Person attention salutation. Combined name/title/mrmrs

Declaration
[TemplateTag("atsa")]
public Task<string> GetAttentionSalutationAsync(CancellationToken cancellationToken)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task<string>

GetIdAsync(CancellationToken)

Person id

Declaration
[TemplateTag("atid")]
public override Task<int> GetIdAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task<int>
Overrides
TagContainer.GetIdAsync(CancellationToken)

GetSubscriptionManagementUrlAsync(CancellationToken)

Subscription management URL for this person

Declaration
[TemplateTag("asmu")]
public Task<string> GetSubscriptionManagementUrlAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task<string>

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top