Class PersonPhoneNumber
This class represents the EntityModel interface to the SyPersonPhoneNumber database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class PersonPhoneNumber
Constructors
PersonPhoneNumber()
Declaration
public PersonPhoneNumber()
Properties
Extension
Gets or sets the Extension associated with this PersonPhoneNumber.
Declaration
public string Extension { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Extension. |
Id
Gets or sets the Id associated with this PersonPhoneNumber.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this PersonPhoneNumber.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsPrimary
Gets or sets the IsPrimary associated with this PersonPhoneNumber.
Declaration
public bool IsPrimary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPrimary. |
IsValid
Gets or sets the IsValid associated with this PersonPhoneNumber.
Declaration
public bool IsValid { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsValid. |
Note
Gets or sets the Note associated with this PersonPhoneNumber.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
Person
Declaration
public virtual Person Person { get; set; }
Property Value
Type | Description |
---|---|
Person |
PersonId
Gets or sets the PersonId associated with this PersonPhoneNumber.
Declaration
public int PersonId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PersonId. |
PhoneNumber
Gets or sets the PhoneNumber associated with this PersonPhoneNumber.
Declaration
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PhoneNumber. |
PhoneTypeId
Gets or sets the PhoneTypeId associated with this PersonPhoneNumber.
Declaration
public int? PhoneTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PhoneTypeId. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()