Class PersonInfoProvider
Implementation of IPersonInfo; create through factory (see remarks)
Inheritance
PersonInfoProvider
Assembly: SoDataBase.dll
Syntax
public class PersonInfoProvider : ContactPersonInfoProviderBase, IPersonInfo2, IPersonInfo
Properties
AssociateId
Declaration
public int AssociateId { get; }
Property Value
Chat
Declaration
public string Chat { get; }
Property Value
ChatId
Declaration
public int ChatId { get; }
Property Value
ChatProtocol
Declaration
public string ChatProtocol { get; }
Property Value
Declaration
public int ContactId { get; }
Property Value
Country
Declaration
public string Country { get; }
Property Value
Country2
Declaration
public string Country2 { get; }
Property Value
CountryCode
Declaration
public string CountryCode { get; }
Property Value
CountryId
Declaration
public int CountryId { get; }
Property Value
DateOfBirth
Declaration
public string DateOfBirth { get; }
Property Value
Department
Declaration
public string Department { get; }
Property Value
EMail
Declaration
public string EMail { get; }
Property Value
EMailId
Declaration
public int EMailId { get; }
Property Value
Fax
Declaration
public string Fax { get; }
Property Value
FaxId
Declaration
public int FaxId { get; }
Property Value
FaxStripped
Declaration
public string FaxStripped { get; }
Property Value
FirstName
Declaration
public string FirstName { get; }
Property Value
LastName
Declaration
public string LastName { get; }
Property Value
LineFeedGermany
Declaration
public string LineFeedGermany { get; }
Property Value
MiddleName
Declaration
public string MiddleName { get; }
Property Value
MiddleName2
Declaration
public string MiddleName2 { get; }
Property Value
MobilePhone
Declaration
public string MobilePhone { get; }
Property Value
MobilePhoneId
Declaration
public int MobilePhoneId { get; }
Property Value
MrMrs
Declaration
public string MrMrs { get; }
Property Value
Nomailing
Declaration
public bool Nomailing { get; }
Property Value
OfficePhone
Declaration
public string OfficePhone { get; }
Property Value
OfficePhoneId
Declaration
public int OfficePhoneId { get; }
Property Value
Declaration
public string Pager { get; }
Property Value
Declaration
public int PagerId { get; }
Property Value
Person
Declaration
public Person Person { get; }
Property Value
PersonId
Declaration
public int PersonId { get; }
Property Value
PersonNumber
Declaration
public string PersonNumber { get; }
Property Value
Position
Declaration
public string Position { get; }
Property Value
PostalAddressCity
Declaration
public string PostalAddressCity { get; }
Property Value
PostalAddressCityFull
Declaration
public string PostalAddressCityFull { get; }
Property Value
PostalAddressCounty
Declaration
public string PostalAddressCounty { get; }
Property Value
PostalAddressLine1
Declaration
public string PostalAddressLine1 { get; }
Property Value
PostalAddressLine1Extended
Declaration
public string PostalAddressLine1Extended { get; }
Property Value
PostalAddressLine2
Declaration
public string PostalAddressLine2 { get; }
Property Value
PostalAddressLine3
Declaration
public string PostalAddressLine3 { get; }
Property Value
PostalAddressState
Declaration
public string PostalAddressState { get; }
Property Value
PostalAddressStateAmericaCanadaAustralia
Declaration
public string PostalAddressStateAmericaCanadaAustralia { get; }
Property Value
PostalAddressZip
Declaration
public string PostalAddressZip { get; }
Property Value
PreferredLanguageId
Declaration
public int PreferredLanguageId { get; }
Property Value
PrivatePhone
Declaration
public string PrivatePhone { get; }
Property Value
PrivatePhoneId
Declaration
public int PrivatePhoneId { get; }
Property Value
Retired
Declaration
public bool Retired { get; }
Property Value
Salutation
Declaration
public string Salutation { get; }
Property Value
Declaration
public int ServiceContactId { get; }
Property Value
Declaration
public string ServiceContactName { get; }
Property Value
ServicePriority
Declaration
public int ServicePriority { get; }
Property Value
Title
Declaration
public string Title { get; }
Property Value
Url
Declaration
public string Url { get; }
Property Value
UrlId
Declaration
public int UrlId { get; }
Property Value
UsePersonAddress
Declaration
public bool UsePersonAddress { get; }
Property Value
Voip
Declaration
public string Voip { get; }
Property Value
VoipId
Declaration
public int VoipId { get; }
Property Value
VoipService
Declaration
public string VoipService { get; }
Property Value
Methods
GetInternationalAddress(Int32)
Declaration
[Obsolete("FAD international addresses are handled through a separate system, see FadTags.cs", true)]
public string GetInternationalAddress(int fieldNo)
Parameters
Type |
Name |
Description |
Int32 |
fieldNo |
|
Returns
GetUserDefinedDecimal(Int32)
Return a user defined value of type decimal
Declaration
public string GetUserDefinedDecimal(int fieldNo)
Parameters
Type |
Name |
Description |
Int32 |
fieldNo |
Index of field to retrieve value for
|
Returns
Type |
Description |
String |
String representation of the value of specified field
|
GetUserDefinedDecimal(String)
Get the decimal udef value based on the prog.id name of the udef field.
Declaration
public double GetUserDefinedDecimal(string progId)
Parameters
Type |
Name |
Description |
String |
progId |
Program name of udef field
|
Returns
Type |
Description |
Double |
double value of field, or NAN if field not found
|
GetUserDefinedInt(Int32)
Return a user defined value of type int
Declaration
public string GetUserDefinedInt(int fieldNo)
Parameters
Type |
Name |
Description |
Int32 |
fieldNo |
Index of field to retrieve value for
|
Returns
Type |
Description |
String |
String representation of the value of specified field
|
GetUserDefinedInt(String)
Get the int udef value based on the prog.id name of the udef field.
Declaration
public int GetUserDefinedInt(string progId)
Parameters
Type |
Name |
Description |
String |
progId |
Program name of udef field
|
Returns
Type |
Description |
Int32 |
int value of field, or MINVALUE if field not found
|
GetUserDefinedString(Int32)
Return a user defined value of type string
Declaration
public string GetUserDefinedString(int fieldNo)
Parameters
Type |
Name |
Description |
Int32 |
fieldNo |
Index of field to retrieve value for
|
Returns
Type |
Description |
String |
Value of specified field
|
GetUserDefinedString(String)
Get the string udef value based on the prog.id name of the udef field.
Declaration
public string GetUserDefinedString(string progId)
Parameters
Type |
Name |
Description |
String |
progId |
Program name of udef field
|
Returns
Type |
Description |
String |
string value of field, or NULL if field not found
|
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)