Class Instructor
This class represents the EntityModel interface to the adTeacher database table.
Inheritance
System.Object
Instructor
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.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class Instructor
Constructors
Instructor()
Declaration
public Instructor()
Properties
Attributes
Declaration
public virtual ICollection<InstructorAssignedAttribute> Attributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<InstructorAssignedAttribute> |
CampusGroup
Declaration
public virtual CampusGroup CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
CampusGroup |
CampusGroupId
Gets or sets the CampusGroupId associated with this Instructor.
Declaration
public int? CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusGroupId. |
Code
Gets or sets the Code associated with this Instructor.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
DailyTeachingSchedule
Declaration
public virtual ICollection<ClassSectionMeetingDate> DailyTeachingSchedule { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ClassSectionMeetingDate> |
InstructorClassSections
Declaration
public virtual ICollection<ClassSection> InstructorClassSections { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ClassSection> |
InstructorId
Gets or sets the InstructorId associated with this Instructor.
Declaration
public int? InstructorId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The InstructorId. |
IsActive
Gets or sets the IsActive associated with this Instructor.
Declaration
public bool? IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsActive. |
Name
Gets or sets the Name associated with this Instructor.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Staff
Declaration
public virtual Staff Staff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
StaffId
Gets or sets the StaffId associated with this Instructor.
Declaration
public int StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StaffId. |
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()