Class TransferCreditTypeApprovedCreditRestrictionEntity
This class represents the EntityModel interface to the AdApprovedTransferCreditRestrictions database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class TransferCreditTypeApprovedCreditRestrictionEntity : Entity, IIdentifiable, IAuditable
Constructors
TransferCreditTypeApprovedCreditRestrictionEntity()
Declaration
public TransferCreditTypeApprovedCreditRestrictionEntity()
Fields
AreaOfStudyIdProperty
The AreaOfStudyId property.
Declaration
public static readonly EntityProperty AreaOfStudyIdProperty
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 |
MaxApprovedTransferCreditHoursProperty
The MaxApprovedTransferCreditHours property.
Declaration
public static readonly EntityProperty MaxApprovedTransferCreditHoursProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MaxApprovedTransferCreditsProperty
The MaxApprovedTransferCredits property.
Declaration
public static readonly EntityProperty MaxApprovedTransferCreditsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MaxApprovedTransferHoursProperty
The MaxApprovedTransferHours property.
Declaration
public static readonly EntityProperty MaxApprovedTransferHoursProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramVersionIdProperty
The ProgramVersionId property.
Declaration
public static readonly EntityProperty ProgramVersionIdProperty
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 |
SequenceProperty
The Sequence property.
Declaration
public static readonly EntityProperty SequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransferCreditTypeIdProperty
The TransferCreditTypeId property.
Declaration
public static readonly EntityProperty TransferCreditTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AreaOfStudyId
Gets or sets the AreaOfStudyId associated with this TransferCreditTypeApprovedCreditRestrictionEntity.
Declaration
public int? AreaOfStudyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AreaOfStudyId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TransferCreditTypeApprovedCreditRestrictionEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this TransferCreditTypeApprovedCreditRestrictionEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TransferCreditTypeApprovedCreditRestrictionEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TransferCreditTypeApprovedCreditRestrictionEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaxApprovedTransferCreditHours
Gets or sets the MaxApprovedTransferCreditHours associated with this TransferCreditTypeApprovedCreditRestrictionEntity.
Declaration
public decimal? MaxApprovedTransferCreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MaxApprovedTransferCreditHours. |
MaxApprovedTransferCredits
Gets or sets the MaxApprovedTransferCredits associated with this TransferCreditTypeApprovedCreditRestrictionEntity.
Declaration
public decimal? MaxApprovedTransferCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MaxApprovedTransferCredits. |
MaxApprovedTransferHours
Gets or sets the MaxApprovedTransferHours associated with this TransferCreditTypeApprovedCreditRestrictionEntity.
Declaration
public decimal? MaxApprovedTransferHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MaxApprovedTransferHours. |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this TransferCreditTypeApprovedCreditRestrictionEntity.
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramVersionId. |
RowVersion
Gets or sets the RowVersion associated with this TransferCreditTypeApprovedCreditRestrictionEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Sequence
Gets or sets the Sequence associated with this TransferCreditTypeApprovedCreditRestrictionEntity.
Declaration
public int Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Sequence. |
TransferCreditTypeId
Gets or sets the TransferCreditTypeId associated with this TransferCreditTypeApprovedCreditRestrictionEntity.
Declaration
public int TransferCreditTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TransferCreditTypeId. |
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()