Class SchoolStartDateEntity
This class represents the EntityModel interface to the AdStartDate database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SchoolStartDateEntity : Entity, IIdentifiable, IAuditable
Constructors
SchoolStartDateEntity()
Declaration
public SchoolStartDateEntity()
Fields
BudgetedShowProperty
The BudgetedShow property.
Declaration
public static readonly EntityProperty BudgetedShowProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BudgetStartsProperty
The BudgetStarts property.
Declaration
public static readonly EntityProperty BudgetStartsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BudgetTuitionProperty
The BudgetTuition property.
Declaration
public static readonly EntityProperty BudgetTuitionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusGroupIdProperty
The CampusGroupId property.
Declaration
public static readonly EntityProperty CampusGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CancelDateProperty
The CancelDate property.
Declaration
public static readonly EntityProperty CancelDateProperty
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 |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExpectedGradDateProperty
The ExpectedGradDate property.
Declaration
public static readonly EntityProperty ExpectedGradDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExternshipStartDateProperty
The ExternshipStartDate property.
Declaration
public static readonly EntityProperty ExternshipStartDateProperty
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 |
MaxBudgetStartsProperty
The MaxBudgetStarts property.
Declaration
public static readonly EntityProperty MaxBudgetStartsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MaxGradDateProperty
The MaxGradDate property.
Declaration
public static readonly EntityProperty MaxGradDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MidPointDateProperty
The MidPointDate property.
Declaration
public static readonly EntityProperty MidPointDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinBudgetStartsProperty
The MinBudgetStarts property.
Declaration
public static readonly EntityProperty MinBudgetStartsProperty
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 |
ProgramVersionIdProperty
The ProgramVersionId property.
Declaration
public static readonly EntityProperty ProgramVersionIdProperty
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 |
ShiftIdProperty
The ShiftId property.
Declaration
public static readonly EntityProperty ShiftIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StartDateProperty
The StartDate property.
Declaration
public static readonly EntityProperty StartDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BudgetedShow
Gets or sets the BudgetedShow associated with this SchoolStartDateEntity.
Declaration
public decimal? BudgetedShow { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The BudgetedShow. |
BudgetStarts
Gets or sets the BudgetStarts associated with this SchoolStartDateEntity.
Declaration
public short? BudgetStarts { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> | The BudgetStarts. |
BudgetTuition
Gets or sets the BudgetTuition associated with this SchoolStartDateEntity.
Declaration
public decimal? BudgetTuition { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The BudgetTuition. |
CampusGroupId
Gets or sets the CampusGroupId associated with this SchoolStartDateEntity.
Declaration
public int? CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusGroupId. |
CampusIdList
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
CancelDate
Gets or sets the CancelDate associated with this SchoolStartDateEntity.
Declaration
public DateTime? CancelDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CancelDate. |
Code
Gets or sets the Code associated with this SchoolStartDateEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SchoolStartDateEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExpectedGradDate
Gets or sets the ExpectedGradDate associated with this SchoolStartDateEntity.
Declaration
public DateTime ExpectedGradDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ExpectedGradDate. |
ExternshipStartDate
Gets or sets the ExternshipStartDate associated with this SchoolStartDateEntity.
Declaration
public DateTime? ExternshipStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExternshipStartDate. |
Id
Gets or sets the Id associated with this SchoolStartDateEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this SchoolStartDateEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsExcludedCrmIntegration
Gets or sets the IsExcludedCrmIntegration associated with this SchoolStartDateEntity.
Declaration
public bool IsExcludedCrmIntegration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcludedCrmIntegration. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SchoolStartDateEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SchoolStartDateEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaxBudgetStarts
Gets or sets the MaxBudgetStarts associated with this SchoolStartDateEntity.
Declaration
public short? MaxBudgetStarts { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> | The MaxBudgetStarts. |
MaxGradDate
Gets or sets the MaxGradDate associated with this SchoolStartDateEntity.
Declaration
public DateTime? MaxGradDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The MaxGradDate. |
MidPointDate
Gets or sets the MidPointDate associated with this SchoolStartDateEntity.
Declaration
public DateTime MidPointDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The MidPointDate. |
MinBudgetStarts
Gets or sets the MinBudgetStarts associated with this SchoolStartDateEntity.
Declaration
public short? MinBudgetStarts { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> | The MinBudgetStarts. |
Name
Gets or sets the Name associated with this SchoolStartDateEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this SchoolStartDateEntity.
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramVersionId. |
RowVersion
Gets or sets the RowVersion associated with this SchoolStartDateEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ShiftId
Gets or sets the ShiftId associated with this SchoolStartDateEntity.
Declaration
public int? ShiftId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ShiftId. |
StartDate
Gets or sets the StartDate associated with this SchoolStartDateEntity.
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The StartDate. |
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()