Class SyOrganizationEntity
This class represents the EntityModel interface to the SyOrganization database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SyOrganizationEntity : Entity, IIdentifiable, IAuditable
  Constructors
SyOrganizationEntity()
Declaration
public SyOrganizationEntity()
  Fields
CampusGroupIdProperty
The CampusGroupId property.
Declaration
public static readonly EntityProperty CampusGroupIdProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
CityProperty
The City property.
Declaration
public static readonly EntityProperty CityProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
ContactStaffIdProperty
The ContactStaffId property.
Declaration
public static readonly EntityProperty ContactStaffIdProperty
  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 | 
FaxNumberProperty
The FaxNumber property.
Declaration
public static readonly EntityProperty FaxNumberProperty
  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 | 
IsExcludedCrmIntegrationProperty
The IsExcludedCrmIntegration property.
Declaration
public static readonly EntityProperty IsExcludedCrmIntegrationProperty
  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 | 
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
  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 | 
OrganizationTypeIdProperty
The OrganizationTypeId property.
Declaration
public static readonly EntityProperty OrganizationTypeIdProperty
  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 | 
UrlProperty
The Url property.
Declaration
public static readonly EntityProperty UrlProperty
  Field Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
Properties
CampusGroupId
Gets or sets the CampusGroupId associated with this SyOrganizationEntity.
Declaration
public int? CampusGroupId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The CampusGroupId.  | 
      
City
Gets or sets the City associated with this SyOrganizationEntity.
Declaration
public string City { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The City.  | 
      
Code
Gets or sets the Code associated with this SyOrganizationEntity.
Declaration
public string Code { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The Code.  | 
      
ContactStaffId
Gets or sets the ContactStaffId associated with this SyOrganizationEntity.
Declaration
public int? ContactStaffId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The ContactStaffId.  | 
      
CountryId
Gets or sets the CountryId associated with this SyOrganizationEntity.
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 SyOrganizationEntity.
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 SyOrganizationEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | The CreatedDateTime.  | 
      
EmailAddress
Gets or sets the EmailAddress associated with this SyOrganizationEntity.
Declaration
public string EmailAddress { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The EmailAddress.  | 
      
FaxNumber
Gets or sets the FaxNumber associated with this SyOrganizationEntity.
Declaration
public string FaxNumber { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The FaxNumber.  | 
      
Id
Gets or sets the Id associated with this SyOrganizationEntity.
Declaration
public int Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The Id.  | 
      
IsActive
Gets or sets the IsActive associated with this SyOrganizationEntity.
Declaration
public bool IsActive { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsActive.  | 
      
IsExcludedCrmIntegration
Gets or sets the IsExcludedCrmIntegration associated with this SyOrganizationEntity.
Declaration
public bool IsExcludedCrmIntegration { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsExcludedCrmIntegration.  | 
      
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SyOrganizationEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | The LastModifiedDateTime.  | 
      
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SyOrganizationEntity.
Declaration
public int LastModifiedUserId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The LastModifiedUserId.  | 
      
Name
Gets or sets the Name associated with this SyOrganizationEntity.
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The Name.  | 
      
Note
Gets or sets the Note associated with this SyOrganizationEntity.
Declaration
public string Note { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The Note.  | 
      
OrganizationTypeId
Gets or sets the OrganizationTypeId associated with this SyOrganizationEntity.
Declaration
public int OrganizationTypeId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The OrganizationTypeId.  | 
      
PhoneNumber
Gets or sets the PhoneNumber associated with this SyOrganizationEntity.
Declaration
public string PhoneNumber { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The PhoneNumber.  | 
      
PostalCode
Gets or sets the PostalCode associated with this SyOrganizationEntity.
Declaration
public string PostalCode { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The PostalCode.  | 
      
RowVersion
Gets or sets the RowVersion associated with this SyOrganizationEntity.
Declaration
public byte[] RowVersion { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Byte[] | The RowVersion.  | 
      
State
Gets or sets the State associated with this SyOrganizationEntity.
Declaration
public string State { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The State.  | 
      
StreetAddress
Gets or sets the StreetAddress associated with this SyOrganizationEntity.
Declaration
public string StreetAddress { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The StreetAddress.  | 
      
Url
Gets or sets the Url associated with this SyOrganizationEntity.
Declaration
public string Url { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The Url.  | 
      
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()