Table of Contents

Class ContactDetails

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The current page templates view model.

[DataContract]
public class ContactDetails
Inheritance
ContactDetails
Inherited Members

Properties

CompanyName

Gets or sets the contact id.

[DataMember(Name = "companyName")]
public string CompanyName { get; set; }

Property Value

string

Email

Gets or sets the contact id.

[DataMember(Name = "email")]
[Required(ErrorMessage = "Email is required")]
public string Email { get; set; }

Property Value

string

JobTitle

Gets or sets the contact id.

[DataMember(Name = "jobTitle")]
public string JobTitle { get; set; }

Property Value

string

Name

Gets or sets the contact id.

[DataMember(Name = "name")]
[Required(ErrorMessage = "Name is required")]
public string Name { get; set; }

Property Value

string

PhoneNumber

Gets or sets the contact id.

[DataMember(Name = "phoneNumber")]
public PhoneNumber PhoneNumber { get; set; }

Property Value

PhoneNumber