Class ClassSectionDataChange
This class represents the EntityModel interface to the SyAudit_AdClassSched database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class ClassSectionDataChange
Constructors
ClassSectionDataChange()
Declaration
public ClassSectionDataChange()
Properties
CancelReasonDescription
Gets or sets the CancelReasonDescription associated with this ClassSectionDataChange.
Declaration
public string CancelReasonDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CancelReasonDescription. |
ClassSection
Declaration
public virtual ClassSection ClassSection { get; set; }
Property Value
Type | Description |
---|---|
ClassSection |
ClassSectionId
Gets or sets the ClassSectionId associated with this ClassSectionDataChange.
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ClassSectionId. |
CourseCode
Gets or sets the CourseCode associated with this ClassSectionDataChange.
Declaration
public string CourseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CourseCode. |
CourseDescription
Declaration
[Obsolete("Deprecated. Use CourseCode.")]
public string CourseDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DateAdded
Gets or sets the DateAdded associated with this ClassSectionDataChange.
Declaration
public DateTime DateAdded { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The DateAdded. |
DateLstMod
Gets or sets the DateLstMod associated with this ClassSectionDataChange.
Declaration
public DateTime DateLstMod { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The DateLstMod. |
Id
Gets or sets the Id associated with this ClassSectionDataChange.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ClassSectionDataChange.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LmsExtract
Gets or sets the LmsExtract associated with this ClassSectionDataChange.
Declaration
public int? LmsExtract { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LmsExtract. |
NewValue
Gets or sets the NewValue associated with this ClassSectionDataChange.
Declaration
public string NewValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NewValue. |
Note
Gets or sets the Note associated with this ClassSectionDataChange.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
NumberUnregisteredStudents
Gets or sets the NumberUnregisteredStudents associated with this ClassSectionDataChange.
Declaration
public int? NumberUnregisteredStudents { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NumberUnregisteredStudents. |
OldValue
Gets or sets the OldValue associated with this ClassSectionDataChange.
Declaration
public string OldValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OldValue. |
PropertyName
Gets or sets the PropertyName associated with this ClassSectionDataChange.
Declaration
public string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PropertyName. |
SectionCode
Gets or sets the SectionCode associated with this ClassSectionDataChange.
Declaration
public string SectionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SectionCode. |
StaffUser
Declaration
public virtual Staff StaffUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
StudentGroup
Declaration
public virtual StudentGroup StudentGroup { get; set; }
Property Value
Type | Description |
---|---|
StudentGroup |
StudentGroupId
Gets or sets the StudentGroupId associated with this ClassSectionDataChange.
Declaration
public int? StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentGroupId. |
StudentGroupName
Gets or sets the StudentGroupName associated with this ClassSectionDataChange.
Declaration
public string StudentGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentGroupName. |
TableName
Gets or sets the TableName associated with this ClassSectionDataChange.
Declaration
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TableName. |
TermCode
Gets or sets the TermCode associated with this ClassSectionDataChange.
Declaration
public string TermCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TermCode. |
UnregisteredStudentsXml
Gets or sets the UnregisteredStudentsXml associated with this ClassSectionDataChange.
Declaration
public string UnregisteredStudentsXml { get; set; }
Property Value
Type | Description |
---|---|
System.String | The UnregisteredStudentsXml. |
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 relationship 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 | The DbModelBuilder that has all of the model entities. |