Class Contact
Inheritance
System.Object
Contact
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
Properties
View Source
Declaration
public string Company { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string ContactCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string ContactInfo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string ContactName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public decimal ContactNo { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
View Source
Declaration
public string CustomerNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string EMail1 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string EMail2 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string ExternalSystemKey { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string FaxNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string JobTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string MobilePhoneNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public DateTime? ObjDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
Declaration
public string PhoneNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public string ProcessingInformation { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public ProcessingStatusEnum ProcessingStatus { get; set; }
Property Value
Type |
Description |
Evatic.Common.Service.DataContract.StagingTables.DataModel.ProcessingStatusEnum |
|
View Source
Declaration
public DateTime? ProcessingTimestamp { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
Declaration
public DateTime? RegisterTimestamp { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
Declaration
public int RowId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
public Guid TransactionGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
View Source
Declaration
public int TransactionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods