Show / Hide Table of Contents

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

Email

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

Back to top Generated by DocFX