Class ProgramGroup
This class represents the EntityModel interface to the AdProgramGroup database table.
Inheritance
Implements
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class ProgramGroup : IReferenceItem, IIdentifiable
Constructors
ProgramGroup()
Declaration
public ProgramGroup()
Properties
ApproverStaffId
Gets or sets the ApproverStaffId associated with this ProgramGroup.
Declaration
public int? ApproverStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ApproverStaffId. |
Code
Gets or sets the Code associated with this ProgramGroup.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ProgramGroup.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this ProgramGroup.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this ProgramGroup.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsExcludedCrmIntegration
Gets or sets the IsExcludedCrmIntegration associated with this ProgramGroup.
Declaration
public bool IsExcludedCrmIntegration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcludedCrmIntegration. |
IsReportingOnly
Gets or sets the IsReportingOnly associated with this ProgramGroup.
Declaration
public bool IsReportingOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReportingOnly. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ProgramGroup.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ProgramGroup.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this ProgramGroup.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
OtherLanguageCode
Gets or sets the OtherLanguageCode associated with this ProgramGroup.
Declaration
public string OtherLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OtherLanguageCode. |
OtherLanguageDescription
Gets or sets the OtherLanguageDescription associated with this ProgramGroup.
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> |
ProspectInquiries
Declaration
public virtual ICollection<ProspectInquiry> ProspectInquiries { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ProspectInquiry> |
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()