Class RefundCalculationStatusEntity
This class represents the EntityModel interface to the SaRefundCalculationStatus database table.
Inheritance
System.Object
RefundCalculationStatusEntity
Implements
Cmc.Core.ComponentModel.IIdentifiable
Cmc.Core.ComponentModel.IAuditable
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class RefundCalculationStatusEntity : Entity, IIdentifiable, IAuditable
Constructors
RefundCalculationStatusEntity()
Declaration
public RefundCalculationStatusEntity()
Fields
Approved
Declaration
[Obsolete("Do not use. Use CodeAsApproved.")]
public static readonly string Approved
Field Value
Type |
Description |
System.String |
|
CodeAsApproved
Declaration
public static readonly string CodeAsApproved
Field Value
Type |
Description |
System.String |
|
CodeAsException
Declaration
public static readonly string CodeAsException
Field Value
Type |
Description |
System.String |
|
CodeAsNoLongerNeeded
Declaration
public static readonly string CodeAsNoLongerNeeded
Field Value
Type |
Description |
System.String |
|
CodeAsNotApproved
Declaration
public static readonly string CodeAsNotApproved
Field Value
Type |
Description |
System.String |
|
CodeAsNotRequired
Declaration
public static readonly string CodeAsNotRequired
Field Value
Type |
Description |
System.String |
|
CodeAsRejected
Declaration
public static readonly string CodeAsRejected
Field Value
Type |
Description |
System.String |
|
CodeAsReview
Declaration
public static readonly string CodeAsReview
Field Value
Type |
Description |
System.String |
|
CodeProperty
Declaration
public static readonly EntityProperty CodeProperty
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 |
|
Exception
Declaration
[Obsolete("Do not use. Use CodeAsException.")]
public static readonly string Exception
Field Value
Type |
Description |
System.String |
|
IdProperty
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
IsSystemCodeProperty
The IsSystemCode property.
Declaration
public static readonly EntityProperty IsSystemCodeProperty
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 |
|
NameProperty
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
NoLongerNeeded
Declaration
[Obsolete("Do not use. Use CodeAsNoLongerNeeded.")]
public static readonly string NoLongerNeeded
Field Value
Type |
Description |
System.String |
|
NotRequired
Declaration
[Obsolete("Do not use. Use CodeAsNotRequired.")]
public static readonly string NotRequired
Field Value
Type |
Description |
System.String |
|
Rejected
Declaration
[Obsolete("Do not use. Use CodeAsRejected.")]
public static readonly string Rejected
Field Value
Type |
Description |
System.String |
|
Review
Declaration
[Obsolete("Do not use. Use CodeAsReview.")]
public static readonly string Review
Field Value
Type |
Description |
System.String |
|
RowVersionProperty
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
Properties
Code
Gets or sets the Code associated with this RefundCalculationStatusEntity.
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
The Code.
|
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RefundCalculationStatusEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
The CreatedDateTime.
|
Id
Gets or sets the Id associated with this RefundCalculationStatusEntity.
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
The Id.
|
IsSystemCode
Gets or sets the IsSystemCode associated with this RefundCalculationStatusEntity.
Declaration
public bool? IsSystemCode { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
The IsSystemCode.
|
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RefundCalculationStatusEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
The LastModifiedDateTime.
|
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RefundCalculationStatusEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
The LastModifiedUserId.
|
Name
Gets or sets the Name associated with this RefundCalculationStatusEntity.
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
The Name.
|
RowVersion
Gets or sets the RowVersion associated with this RefundCalculationStatusEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type |
Description |
System.Byte[] |
The RowVersion.
|
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()
Implements
Cmc.Core.ComponentModel.IIdentifiable
Cmc.Core.ComponentModel.IAuditable