Class TestingCommitteeMember
This class represents the EntityModel interface to the ExExamCommitteeMember database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class TestingCommitteeMember
Constructors
TestingCommitteeMember()
Declaration
public TestingCommitteeMember()
Properties
Course
Declaration
public virtual Course Course { get; set; }
Property Value
| Type | Description |
|---|---|
| Course |
CourseId
Gets or sets the CourseId associated with this TestingCommitteeMember.
Declaration
public int? CourseId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The CourseId. |
Department
Gets or sets the Department associated with this TestingCommitteeMember.
Declaration
public string Department { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Department. |
Id
Gets or sets the Id associated with this TestingCommitteeMember.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
MemberType
Gets or sets the MemberType associated with this TestingCommitteeMember.
Declaration
public string MemberType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The MemberType. |
Position
Gets or sets the Position associated with this TestingCommitteeMember.
Declaration
public string Position { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Position. |
Staff
Declaration
public virtual Staff Staff { get; set; }
Property Value
| Type | Description |
|---|---|
| Staff |
StaffId
Gets or sets the StaffId associated with this TestingCommitteeMember.
Declaration
public int StaffId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The StaffId. |
TestingCommittee
Declaration
public virtual TestingCommittee TestingCommittee { get; set; }
Property Value
| Type | Description |
|---|---|
| TestingCommittee |
TestingCommitteeId
Gets or sets the TestingCommitteeId associated with this TestingCommitteeMember.
Declaration
public int TestingCommitteeId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The TestingCommitteeId. |
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. |