Class SyOrganizationContactEntity
This class represents the EntityModel interface to the SyOrganizationContact database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SyOrganizationContactEntity : Entity, IIdentifiable, IAuditable
Constructors
SyOrganizationContactEntity()
Declaration
public SyOrganizationContactEntity()
Fields
CityProperty
The City property.
Declaration
public static readonly EntityProperty CityProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodeAsEmployer
Declaration
public static readonly string CodeAsEmployer
Field Value
Type | Description |
---|---|
System.String |
CodeAsNo
Declaration
public static readonly string CodeAsNo
Field Value
Type | Description |
---|---|
System.String |
CodeAsOptional
Declaration
public static readonly string CodeAsOptional
Field Value
Type | Description |
---|---|
System.String |
CodeAsOrganization
Declaration
public static readonly string CodeAsOrganization
Field Value
Type | Description |
---|---|
System.String |
CodeAsRequired
Declaration
public static readonly string CodeAsRequired
Field Value
Type | Description |
---|---|
System.String |
CodeAsStudent
Declaration
public static readonly string CodeAsStudent
Field Value
Type | Description |
---|---|
System.String |
CompanyProperty
The Company property.
Declaration
public static readonly EntityProperty CompanyProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CountryIdProperty
The CountryId property.
Declaration
public static readonly EntityProperty CountryIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CountyIdProperty
The CountyId property.
Declaration
public static readonly EntityProperty CountyIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EmailAddressProperty
The EmailAddress property.
Declaration
public static readonly EntityProperty EmailAddressProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExtensionProperty
The Extension property.
Declaration
public static readonly EntityProperty ExtensionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FaxNumberProperty
The FaxNumber property.
Declaration
public static readonly EntityProperty FaxNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FirstNameProperty
The FirstName property.
Declaration
public static readonly EntityProperty FirstNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdentifierDetailsProperty
The IdentifierDetails property.
Declaration
public static readonly EntityProperty IdentifierDetailsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPrimaryContactProperty
The IsPrimaryContact property.
Declaration
public static readonly EntityProperty IsPrimaryContactProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastNameProperty
The LastName property.
Declaration
public static readonly EntityProperty LastNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OrganizationContactTypeIdProperty
The OrganizationContactTypeId property.
Declaration
public static readonly EntityProperty OrganizationContactTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OtherExtensionProperty
The OtherExtension property.
Declaration
public static readonly EntityProperty OtherExtensionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OtherPhoneNumberProperty
The OtherPhoneNumber property.
Declaration
public static readonly EntityProperty OtherPhoneNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PersonIdProperty
The PersonId property.
Declaration
public static readonly EntityProperty PersonIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PhoneNumberProperty
The PhoneNumber property.
Declaration
public static readonly EntityProperty PhoneNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PostalCodeProperty
The PostalCode property.
Declaration
public static readonly EntityProperty PostalCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StateProperty
The State property.
Declaration
public static readonly EntityProperty StateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StreetAddressProperty
The StreetAddress property.
Declaration
public static readonly EntityProperty StreetAddressProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SyOrganizationIdProperty
The SyOrganizationId property.
Declaration
public static readonly EntityProperty SyOrganizationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TitleProperty
The Title property.
Declaration
public static readonly EntityProperty TitleProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
City
Gets or sets the City associated with this SyOrganizationContactEntity.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String | The City. |
Company
Gets or sets the Company associated with this SyOrganizationContactEntity.
Declaration
public string Company { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Company. |
CountryId
Gets or sets the CountryId associated with this SyOrganizationContactEntity.
Declaration
public int? CountryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CountryId. |
CountyId
Gets or sets the CountyId associated with this SyOrganizationContactEntity.
Declaration
public int? CountyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CountyId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SyOrganizationContactEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EmailAddress
Gets or sets the EmailAddress associated with this SyOrganizationContactEntity.
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmailAddress. |
Extension
Gets or sets the Extension associated with this SyOrganizationContactEntity.
Declaration
public string Extension { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Extension. |
FaxNumber
Gets or sets the FaxNumber associated with this SyOrganizationContactEntity.
Declaration
public string FaxNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FaxNumber. |
FirstName
Gets or sets the FirstName associated with this SyOrganizationContactEntity.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstName. |
Id
Gets or sets the Id associated with this SyOrganizationContactEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IdentifierDetails
Gets or sets the IdentifierDetails associated with this SyOrganizationContactEntity.
Declaration
public string IdentifierDetails { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IdentifierDetails. |
IsActive
Gets or sets the IsActive associated with this SyOrganizationContactEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsPrimaryContact
Gets or sets the IsPrimaryContact associated with this SyOrganizationContactEntity.
Declaration
public bool IsPrimaryContact { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPrimaryContact. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SyOrganizationContactEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SyOrganizationContactEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastName
Gets or sets the LastName associated with this SyOrganizationContactEntity.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName. |
Note
Gets or sets the Note associated with this SyOrganizationContactEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
OrganizationContactTypeId
Gets or sets the OrganizationContactTypeId associated with this SyOrganizationContactEntity.
Declaration
public int OrganizationContactTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The OrganizationContactTypeId. |
OtherExtension
Gets or sets the OtherExtension associated with this SyOrganizationContactEntity.
Declaration
public string OtherExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OtherExtension. |
OtherPhoneNumber
Gets or sets the OtherPhoneNumber associated with this SyOrganizationContactEntity.
Declaration
public string OtherPhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OtherPhoneNumber. |
PersonId
Gets or sets the PersonId associated with this SyOrganizationContactEntity.
Declaration
public int? PersonId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PersonId. |
PhoneNumber
Gets or sets the PhoneNumber associated with this SyOrganizationContactEntity.
Declaration
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PhoneNumber. |
PostalCode
Gets or sets the PostalCode associated with this SyOrganizationContactEntity.
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostalCode. |
RowVersion
Gets or sets the RowVersion associated with this SyOrganizationContactEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
State
Gets or sets the State associated with this SyOrganizationContactEntity.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String | The State. |
StreetAddress
Gets or sets the StreetAddress associated with this SyOrganizationContactEntity.
Declaration
public string StreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddress. |
SyOrganizationId
Gets or sets the SyOrganizationId associated with this SyOrganizationContactEntity.
Declaration
public int SyOrganizationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SyOrganizationId. |
Title
Gets or sets the Title associated with this SyOrganizationContactEntity.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Title. |
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()