Class Program
Inheritance
Implements
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class Program : IReferenceItem, IIdentifiable
Constructors
Program()
Initializes a new instance of the Program class.
Declaration
public Program()
Properties
AllowOnlineApplications
Gets or sets the AllowOnlineApplications associated with this Program.
Declaration
public bool AllowOnlineApplications { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The AllowOnlineApplications. |
ApproverStaffId
Gets or sets the ApproverStaffId associated with this Program.
Declaration
public int? ApproverStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ApproverStaffId. |
CipCode
Gets or sets the CipCode associated with this Program.
Declaration
public string CipCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CipCode. |
Code
Gets or sets the Code associated with this Program.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this Program.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CurrentYearCipCode
Declaration
public virtual YearCipCode CurrentYearCipCode { get; set; }
Property Value
Type | Description |
---|---|
YearCipCode |
CurrentYearCipCodeId
Gets or sets the CurrentYearCipCodeId associated with this Program.
Declaration
public int? CurrentYearCipCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CurrentYearCipCodeId. |
Enrollments
Declaration
public virtual ICollection<StudentEnrollmentPeriod> Enrollments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentEnrollmentPeriod> |
ExtendedProperties
Extended Properties
Declaration
public ICollection<ProgramExtendedProperty> ExtendedProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ProgramExtendedProperty> |
GeneralLedgerAccounts
Declaration
public virtual ICollection<GeneralLedgerLinkAccount> GeneralLedgerAccounts { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<GeneralLedgerLinkAccount> |
Id
Gets or sets the Id associated with this Program.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this Program.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsExcludedCrmIntegration
Gets or sets the IsExcludedCrmIntegration associated with this Program.
Declaration
public bool IsExcludedCrmIntegration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcludedCrmIntegration. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this Program.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this Program.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this Program.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
OtherLanguageCode
Gets or sets the OtherLanguageCode associated with this Program.
Declaration
public string OtherLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OtherLanguageCode. |
OtherLanguageDescription
Gets or sets the OtherLanguageDescription associated with this Program.
Declaration
public string OtherLanguageDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OtherLanguageDescription. |
ProgramVersions
Declaration
public virtual ICollection<ProgramVersion> ProgramVersions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ProgramVersion> |
ProspectsInterestedInProgram
Declaration
public virtual ICollection<ProspectInquiryProgram> ProspectsInterestedInProgram { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ProspectInquiryProgram> |
RequiredDocumentTypes
Declaration
public virtual ICollection<ProgramDocumentType> RequiredDocumentTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ProgramDocumentType> |
RequiredEntranceTests
Declaration
public virtual ICollection<ProgramEntranceTest> RequiredEntranceTests { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ProgramEntranceTest> |
ServiceTypeBillingMethodAmounts
Declaration
public virtual ICollection<ServiceTypeBillingMethodProgram> ServiceTypeBillingMethodAmounts { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ServiceTypeBillingMethodProgram> |
StaffApprover
Declaration
public virtual Staff StaffApprover { get; set; }
Property Value
Type | Description |
---|---|
Staff |
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()