Class TestingCommitteeMemberEntity
This class represents the EntityModel interface to the ExExamCommitteeMember database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TestingCommitteeMemberEntity : Entity, IIdentifiable
Constructors
TestingCommitteeMemberEntity()
Declaration
public TestingCommitteeMemberEntity()
Fields
CourseIdProperty
The CourseId property.
Declaration
public static readonly EntityProperty CourseIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DepartmentProperty
The Department property.
Declaration
public static readonly EntityProperty DepartmentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MemberTypeProperty
The MemberType property.
Declaration
public static readonly EntityProperty MemberTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PositionProperty
The Position property.
Declaration
public static readonly EntityProperty PositionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StaffIdProperty
The StaffId property.
Declaration
public static readonly EntityProperty StaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TestingCommitteeIdProperty
The TestingCommitteeId property.
Declaration
public static readonly EntityProperty TestingCommitteeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CourseId
Gets or sets the CourseId associated with this TestingCommitteeMemberEntity.
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 TestingCommitteeMemberEntity.
Declaration
public string Department { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Department. |
Id
Gets or sets the Id associated with this TestingCommitteeMemberEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
MemberType
Gets or sets the MemberType associated with this TestingCommitteeMemberEntity.
Declaration
public string MemberType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MemberType. |
Position
Gets or sets the Position associated with this TestingCommitteeMemberEntity.
Declaration
public string Position { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Position. |
StaffId
Gets or sets the StaffId associated with this TestingCommitteeMemberEntity.
Declaration
public int StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StaffId. |
TestingCommitteeId
Gets or sets the TestingCommitteeId associated with this TestingCommitteeMemberEntity.
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()