Class SecondaryInstructorAssignment
Inheritance
System.Object
SecondaryInstructorAssignment
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Academics.Events
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SecondaryInstructorAssignment
Constructors
SecondaryInstructorAssignment()
Declaration
public SecondaryInstructorAssignment()
Properties
Action
Action performed on the secondary instructor.
Declaration
public SecondaryInstructorAction Action { get; set; }
Property Value
Type | Description |
---|---|
SecondaryInstructorAction |
FirstName
Secondary instructor first name.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InstructorId
Secondary instructor ID.
Declaration
public int InstructorId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LastName
Secondary instructor last name.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |