Class Contact
Model for Contact.
Inheritance
Inherited Members
Namespace: Simplic.Contact
Assembly: Simplic.Contact.dll
Syntax
public class Contact
Properties
| Improve this Doc View SourceAdditional01
Gets or sets the Additional01 of the contact.
Declaration
public string Additional01 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Birthday
Gets or sets the contact birthday.
Declaration
public DateTime? Birthday { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
BusinessHomePage
Gets or sets the business homepage.
Declaration
public string BusinessHomePage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CloudSyncCreateDate
Gets or sets the creation date of the contact.
Declaration
public DateTime? CloudSyncCreateDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
CloudSyncStatus
Gets or sets the sync status of the contact.
Declaration
public ushort CloudSyncStatus { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
CloudSyncUploadDate
Gets or sets the upload date of the contact.
Declaration
public DateTime? CloudSyncUploadDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
CompanyName
Gets or sets the company name.
Declaration
public string CompanyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContactId
Gets or sets the unique contact id (pk).
Declaration
public long ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
ContactIDRef
Gets or sets the ID Ref of the contact.
Declaration
public long? ContactIDRef { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
ContactStatusKeyID
Gets or sets the statusKeyID of the contact.
Declaration
public int? ContactStatusKeyID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ContactSubTypeKeyID
Gets or sets the SubTyoeKeyID of the contact.
Declaration
public int? ContactSubTypeKeyID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ContactTypeKeyID
Gets or sets the contact type key ID.
Declaration
public int ContactTypeKeyID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CreateUserId
Gets or sets the create user id of the contact.
Declaration
public int? CreateUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
DateTimeCreated
Gets or sets the create-date-time of the contact.
Declaration
public DateTime? DateTimeCreated { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
DateTimeUpdated
Gets or sets the update date time of the contact.
Declaration
public DateTime? DateTimeUpdated { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Department
Gets or sets the department name of the contact.
Declaration
public string Department { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DifferentLocationPhysicalAddressId
Gets or sets a different company location physicall address id.
Declaration
public long? DifferentLocationPhysicalAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
DisplayName
Gets or sets the display name of the contact.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DuplicateState
Gets or sets the duplicate state of the contact.
Declaration
public ushort? DuplicateState { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.UInt16> |
EKSNr
Gets or sets the incomming tax number.
Declaration
public string EKSNr { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EnablePhoneResolving
Gets or sets whether phone resolving is enabled or not.
Declaration
public bool EnablePhoneResolving { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FirstName
Gets or sets the first name of the contact.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FriendlyName
Gets or sets the friendly name of the contact.
Declaration
public string FriendlyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GroupFullAccess
Gets or sets the full access permission for groups of the contact.
Declaration
public bool? GroupFullAccess { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
GroupReadAccess
Gets or sets the read access permission for groups of the contact.
Declaration
public bool? GroupReadAccess { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
GroupWriteAccess
Gets or sets the writing access permission for groups of the contact.
Declaration
public bool? GroupWriteAccess { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Guid
Gets or sets the unique id of the contact.
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
HashValue
Gets or sets the hash value of the contact.
Declaration
public string HashValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsDeleted
Gets or sets the is-deleted flag of the contact.
Declaration
public bool? IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
IsTempContact
Gets or sets the the flag for temporary contacts.
Declaration
public bool IsTempContact { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
JobTitle
Gets or sets the job-title of the contact.
Declaration
public string JobTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LastName
Gets or sets the last name of the contact.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LetterSalutation
Gets or sets the letter salutation of the contact.
Declaration
public string LetterSalutation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LetterTitle
Gets or sets the letter title of the contact.
Declaration
public string LetterTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MatchCode
Gets or sets the matchCode.
Declaration
public string MatchCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NickName
Gets or sets the nickname of the contact.
Declaration
public string NickName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NotesDeprecated
Gets or sets the deprecated notes of the contact.
Declaration
public string NotesDeprecated { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OwnerId
Gets or sets the full access permission to users of the contact.
Declaration
public int? OwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PhotoBlobGuid
Gets or sets the blobguid of the profile picutre.
Declaration
public Guid? PhotoBlobGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
PortCode
Gets or sets the port code of the contact.
Declaration
public string PortCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remark
Gets or sets a general remark value.
Declaration
public string Remark { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RepresentativeGroupGuid
Gets or sets a representative group id.
Declaration
public Guid? RepresentativeGroupGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Salutatiosn
Gets or sets the salutation of the contact.
Declaration
public string Salutatiosn { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SendNewsletter
Gets or sets whether this contact should get newsletter information or not.
Declaration
public bool SendNewsletter { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TaxId
Gets or sets the tax-id of the contact.
Declaration
public string TaxId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TenantId
Gets or sets the tenant id.
Declaration
public Guid TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Title
Gets or sets the title of the contact.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UpdateUserId
Gets or sets the user-id of the update user.
Declaration
public int? UpdateUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
UserFullAccess
Gets or sets the full access permission to users of the contact.
Declaration
public bool? UserFullAccess { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
UserFunction
Gets or sets the userfunction (in the branch/company) of the contact.
Declaration
public string UserFunction { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserReadAccess
Gets or sets the reading access permission to users of the contact.
Declaration
public bool? UserReadAccess { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
UserWriteAccess
Gets or sets the writing access permission to users of the contact.
Declaration
public bool? UserWriteAccess { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
WIdNr
Gets or sets the contact WIdNr.
Declaration
public string WIdNr { get; set; }
Property Value
Type | Description |
---|---|
System.String |