'
Show / Hide Table of Contents

Class PersonModel

Namespace: Ayuda.BMS.Splash.PI.SDK.Models

Properties

AssistantName

Optional. Type: string. Maximum length: 50

Declaration
public string AssistantName { get; set; }
Property Value
Type Description
System.String

AssistantPhoneNumber

Optional. Type: string. Maximum length: 50

Declaration
public string AssistantPhoneNumber { get; set; }
Property Value
Type Description
System.String

BirthDate

Optional. Type: DateTime

Declaration
public DateTime? BirthDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

CompanyName

Optional. Type: string. Maximum length: 255

Declaration
public string CompanyName { get; set; }
Property Value
Type Description
System.String

ContactTypeID

Type: Guid

Declaration
public Guid ContactTypeID { get; set; }
Property Value
Type Description
System.Guid

Department

Optional. Type: string. Maximum length: 50

Declaration
public string Department { get; set; }
Property Value
Type Description
System.String

Email

Optional. Type: string. Maximum length: 255

Declaration
public string Email { get; set; }
Property Value
Type Description
System.String

FirstName

Type: string. Maximum length: 255

Declaration
public string FirstName { get; set; }
Property Value
Type Description
System.String

IsLive

Type: bool

Declaration
public bool IsLive { get; set; }
Property Value
Type Description
System.Boolean

LastName

Type: string. Maximum length: 255

Declaration
public string LastName { get; set; }
Property Value
Type Description
System.String

MiddleName

Optional. Type: string. Maximum length: 255

Declaration
public string MiddleName { get; set; }
Property Value
Type Description
System.String

MobilePhoneNumber

Optional. Type: string. Maximum length: 50

Declaration
public string MobilePhoneNumber { get; set; }
Property Value
Type Description
System.String

PersonID

Type: Guid. Automatically generated upon creation.

Declaration
public Guid PersonID { get; set; }
Property Value
Type Description
System.Guid

Title

Optional. Type: string. Maximum length: 50

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String

WebSite

Optional. Type: string. Maximum length: 512

Declaration
public string WebSite { get; set; }
Property Value
Type Description
System.String

WorkFaxNumber

Optional. Type: string. Maximum length: 40

Declaration
public string WorkFaxNumber { get; set; }
Property Value
Type Description
System.String

WorkPhoneNumber

Optional. Type: string. Maximum length: 40

Declaration
public string WorkPhoneNumber { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX