Class TestingPayoutEntity
This class represents the EntityModel interface to the ExExamPayouts database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TestingPayoutEntity : Entity, IIdentifiable, IAuditable
Constructors
TestingPayoutEntity()
Declaration
public TestingPayoutEntity()
Fields
AdminHoursBaExamProperty
The AdminHoursBaExam property.
Declaration
public static readonly EntityProperty AdminHoursBaExamProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AmountProperty
The Amount property.
Declaration
public static readonly EntityProperty AmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusGroupIdProperty
The CampusGroupId property.
Declaration
public static readonly EntityProperty CampusGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusGroupProperty
The CampusGroup property.
Declaration
public static readonly EntityProperty CampusGroupProperty
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 |
CurrencyCodeIdProperty
The CurrencyCodeId property.
Declaration
public static readonly EntityProperty CurrencyCodeIdProperty
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 |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
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 |
PayoutTypeProperty
The PayoutType property.
Declaration
public static readonly EntityProperty PayoutTypeProperty
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 |
TestingCommitteeIdProperty
The TestingCommitteeId property.
Declaration
public static readonly EntityProperty TestingCommitteeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AdminHoursBaExam
Gets or sets the AdminHoursBaExam associated with this TestingPayoutEntity.
Declaration
public decimal? AdminHoursBaExam { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The AdminHoursBaExam. |
Amount
Gets or sets the Amount associated with this TestingPayoutEntity.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
CampusGroup
Declaration
public virtual CampusGroupEntity CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Nexus.Common.Entities.CampusGroupEntity |
CampusGroupId
Gets or sets the CampusGroupId associated with this TestingPayoutEntity.
Declaration
public int CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusGroupId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TestingPayoutEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CurrencyCodeId
Gets or sets the CurrencyCodeId associated with this TestingPayoutEntity.
Declaration
public int CurrencyCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CurrencyCodeId. |
Id
Gets or sets the Id associated with this TestingPayoutEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this TestingPayoutEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TestingPayoutEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TestingPayoutEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MemberType
Gets or sets the MemberType associated with this TestingPayoutEntity.
Declaration
public string MemberType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MemberType. |
PayoutType
Gets or sets the PayoutType associated with this TestingPayoutEntity.
Declaration
public string PayoutType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayoutType. |
RowVersion
Gets or sets the RowVersion associated with this TestingPayoutEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TestingCommitteeId
Gets or sets the TestingCommitteeId associated with this TestingPayoutEntity.
Declaration
public int? TestingCommitteeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<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()