Class TContacts
This class has contact related information
Inheritance
System.Object
TContacts
Namespace: EDIPlatformFinance.BusinessLayer.Operational
Assembly: EDIPlatformFinance.BusinessLayer.Core.dll
Syntax
[Serializable]
[DataContract]
public class TContacts
Properties
Declaration
[DataMember(EmitDefaultValue = false)]
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Email details |
Fax
Declaration
[DataMember(EmitDefaultValue = false)]
public string Fax { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Fax number |
Mobile
Declaration
[DataMember(EmitDefaultValue = false)]
public string Mobile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Mobile number |
Phone
Declaration
[DataMember(EmitDefaultValue = false)]
public string Phone { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Telephone number |
Preference
Declaration
[DataMember(EmitDefaultValue = false)]
public string Preference { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Preferred mode of communication |