Class TestingCommitteeMemberPayDetailEntity
This class represents the EntityModel interface to the ExCommitteeMemberPayout database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TestingCommitteeMemberPayDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
TestingCommitteeMemberPayDetailEntity()
Declaration
public TestingCommitteeMemberPayDetailEntity()
Fields
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
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 |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
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 |
NumberExamsMonitoredProperty
The NumberExamsMonitored property.
Declaration
public static readonly EntityProperty NumberExamsMonitoredProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NumberPapersEvaluatedProperty
The NumberPapersEvaluated property.
Declaration
public static readonly EntityProperty NumberPapersEvaluatedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PayAmountProperty
The PayAmount property.
Declaration
public static readonly EntityProperty PayAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PayoutHoursProperty
The PayoutHours property.
Declaration
public static readonly EntityProperty PayoutHoursProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TestingCommitteeMemberIdProperty
The TestingCommitteeMemberId property.
Declaration
public static readonly EntityProperty TestingCommitteeMemberIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TestingScheduleIdProperty
The TestingScheduleId property.
Declaration
public static readonly EntityProperty TestingScheduleIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CampusId
Gets or sets the CampusId associated with this TestingCommitteeMemberPayDetailEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TestingCommitteeMemberPayDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this TestingCommitteeMemberPayDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TestingCommitteeMemberPayDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TestingCommitteeMemberPayDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MemberType
Gets or sets the MemberType associated with this TestingCommitteeMemberPayDetailEntity.
Declaration
public string MemberType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MemberType. |
NumberExamsMonitored
Gets or sets the NumberExamsMonitored associated with this TestingCommitteeMemberPayDetailEntity.
Declaration
public int? NumberExamsMonitored { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NumberExamsMonitored. |
NumberPapersEvaluated
Gets or sets the NumberPapersEvaluated associated with this TestingCommitteeMemberPayDetailEntity.
Declaration
public int? NumberPapersEvaluated { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NumberPapersEvaluated. |
PayAmount
Gets or sets the PayAmount associated with this TestingCommitteeMemberPayDetailEntity.
Declaration
public decimal PayAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The PayAmount. |
PayoutHours
Gets or sets the PayoutHours associated with this TestingCommitteeMemberPayDetailEntity.
Declaration
public decimal? PayoutHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PayoutHours. |
RowVersion
Gets or sets the RowVersion associated with this TestingCommitteeMemberPayDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TestingCommitteeMemberId
Gets or sets the TestingCommitteeMemberId associated with this TestingCommitteeMemberPayDetailEntity.
Declaration
public int TestingCommitteeMemberId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TestingCommitteeMemberId. |
TestingScheduleId
Gets or sets the TestingScheduleId associated with this TestingCommitteeMemberPayDetailEntity.
Declaration
public int TestingScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TestingScheduleId. |
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()