Class SchoolStartDate
This class represents the EntityModel interface to the AdStartDate database table.
Inheritance
Implements
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class SchoolStartDate : IReferenceItem, IIdentifiable
Constructors
SchoolStartDate()
Declaration
public SchoolStartDate()
Properties
BudgetedShow
Gets or sets the BudgetedShow associated with this SchoolStartDate.
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 SchoolStartDate.
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 SchoolStartDate.
Declaration
public decimal? BudgetTuition { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Decimal> | The BudgetTuition. |
CampusGroup
Declaration
public virtual CampusGroup CampusGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| CampusGroup |
CampusGroupId
Gets or sets the CampusGroupId associated with this SchoolStartDate.
Declaration
public int? CampusGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The CampusGroupId. |
CancelDate
Gets or sets the CancelDate associated with this SchoolStartDate.
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 SchoolStartDate.
Declaration
public string Code { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SchoolStartDate.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
ExpectedGradDate
Gets or sets the ExpectedGradDate associated with this SchoolStartDate.
Declaration
public DateTime ExpectedGradDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The ExpectedGradDate. |
ExternshipStartDate
Gets or sets the ExternshipStartDate associated with this SchoolStartDate.
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 SchoolStartDate.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this SchoolStartDate.
Declaration
public bool IsActive { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsActive. |
IsExcludedCrmIntegration
Gets or sets the IsExcludedCrmIntegration associated with this SchoolStartDate.
Declaration
public bool IsExcludedCrmIntegration { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsExcludedCrmIntegration. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SchoolStartDate.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SchoolStartDate.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
MaxBudgetStarts
Gets or sets the MaxBudgetStarts associated with this SchoolStartDate.
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 SchoolStartDate.
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 SchoolStartDate.
Declaration
public DateTime MidPointDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The MidPointDate. |
MinBudgetStarts
Gets or sets the MinBudgetStarts associated with this SchoolStartDate.
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 SchoolStartDate.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Name. |
ProgramVersion
Declaration
public virtual ProgramVersion ProgramVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| ProgramVersion |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this SchoolStartDate.
Declaration
public int? ProgramVersionId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The ProgramVersionId. |
Shift
Declaration
public virtual Shift Shift { get; set; }
Property Value
| Type | Description |
|---|---|
| Shift |
ShiftId
Gets or sets the ShiftId associated with this SchoolStartDate.
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 SchoolStartDate.
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationships that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Data.Entity.DbModelBuilder | modelBuilder |