Class ClassSectionInstructorAssignmentHasChangedMessage
Inheritance
System.Object
ClassSectionInstructorAssignmentHasChangedMessage
Namespace: Cmc.Nexus.Academics.Events
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ClassSectionInstructorAssignmentHasChangedMessage : Entity
Constructors
ClassSectionInstructorAssignmentHasChangedMessage()
Declaration
public ClassSectionInstructorAssignmentHasChangedMessage()
Properties
CampusCode
Campus Code
Declaration
public string CampusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClassSectionId
ClassSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CourseCode
CourseCode
Declaration
public string CourseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NewPrimaryInstructorFirstName
New primary instructor first name.
Declaration
public string NewPrimaryInstructorFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NewPrimaryInstructorId
New primary instructor ID.
Declaration
public int NewPrimaryInstructorId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NewPrimaryInstructorLastName
New primary instructor last name.
Declaration
public string NewPrimaryInstructorLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreviousPrimaryInstructorFirstName
Previous primary instructor first name.
Declaration
public string PreviousPrimaryInstructorFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreviousPrimaryInstructorId
Previous primary instructor ID.
Declaration
public int PreviousPrimaryInstructorId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PreviousPrimaryInstructorLastName
Previous primary instructor last name.
Declaration
public string PreviousPrimaryInstructorLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SecondaryInstructorAssignment
Secondary instructor assignment list.
Declaration
public ICollection<SecondaryInstructorAssignment> SecondaryInstructorAssignment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<SecondaryInstructorAssignment> |
SectionCode
Section Code
Declaration
public string SectionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SectionName
Section Code
Declaration
public string SectionName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TermCode
Term Code
Declaration
public string TermCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |