Class ContactBaseDataContract
Inheritance
System.Object
ContactBaseDataContract
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Evatic.Common.dll
[DataContract(Namespace = "http://schema.evatic.com/2012/10/24")]
public class ContactBaseDataContract
Fields
View Source
Declaration
public const string ContactCodeContract = "4"
Field Value
Type |
Description |
System.String |
|
View Source
Declaration
public const string ContactCodeCustomer = "1"
Field Value
Type |
Description |
System.String |
|
View Source
Declaration
public const string ContactCodeMachine = "3"
Field Value
Type |
Description |
System.String |
|
View Source
Declaration
public const string ContactCodeProject = "P"
Field Value
Type |
Description |
System.String |
|
View Source
Declaration
public const string ContactCodeSupplier = "2"
Field Value
Type |
Description |
System.String |
|
View Source
ContactMainSales
Declaration
public const string ContactMainSales = "S"
Field Value
Type |
Description |
System.String |
|
View Source
ContactMainService
Declaration
public const string ContactMainService = "P"
Field Value
Type |
Description |
System.String |
|
Properties
View Source
Declaration
[DataMember]
public int? AddressRow { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
Declaration
[DataMember]
public DateTime? Birthday { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
Declaration
[DataMember]
public string ContactCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public Guid? ContactGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
View Source
Declaration
[DataMember]
public string ContactId { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string ContactInfo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string ContactName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public int ContactNo { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Declaration
[DataMember]
public string ContactNotes { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public bool? ContactStatus { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
View Source
Declaration
[DataMember]
public string Email1 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string Email2 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string ExternalSystemKey { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string Fax { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string JobTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string LetterTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
MainContact
Declaration
[DataMember]
public string MainContact { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string Mobile { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string Phone { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string SirTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|