Class ClassSectionInstructors
Inheritance
System.Object
ClassSectionInstructors
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()
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ClassSectionInstructors
Constructors
ClassSectionInstructors()
Declaration
public ClassSectionInstructors()
Properties
Attributes
Declaration
public List<Attributes> Attributes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Attributes> |
|
CanPostAttendance
Declaration
public bool CanPostAttendance { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CanPostFinalGrades
Declaration
public bool CanPostFinalGrades { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CanPostLessons
Declaration
public bool CanPostLessons { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Code
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayOrder
Declaration
public int DisplayOrder { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
InactiveAttributes
Declaration
public List<Attributes> InactiveAttributes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Attributes> |
|
InstructorAttributes
Declaration
public List<Attributes> InstructorAttributes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Attributes> |
|
InstructorHoursAssigned
Declaration
public decimal? InstructorHoursAssigned { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
InstructorScheduleDayandTime
Declaration
public string InstructorScheduleDayandTime { get; set; }
Property Value
Type |
Description |
System.String |
|
IsPrimaryInstructor
Declaration
public bool IsPrimaryInstructor { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
PositionName
Declaration
public string PositionName { get; set; }
Property Value
Type |
Description |
System.String |
|
StaffPositionAssignmentId
Declaration
public int? StaffPositionAssignmentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|