Class PostWithdrawalDisbursementActionEntity
This class represents the EntityModel interface to the SaPWDNotificationAction database table.
Inheritance
System.Object
PostWithdrawalDisbursementActionEntity
Implements
Cmc.Core.ComponentModel.IIdentifiable
Cmc.Core.ComponentModel.IAuditable
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PostWithdrawalDisbursementActionEntity : Entity, IIdentifiable, IAuditable
Constructors
PostWithdrawalDisbursementActionEntity()
Declaration
public PostWithdrawalDisbursementActionEntity()
Fields
AssignAction
Declaration
public static readonly string AssignAction
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 |
|
ExpireAction
Declaration
public static readonly string ExpireAction
Field Value
Type |
Description |
System.String |
|
IdProperty
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
IneligibleAction
Declaration
public static readonly string IneligibleAction
Field Value
Type |
Description |
System.String |
|
IsActiveProperty
Declaration
public static readonly EntityProperty IsActiveProperty
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 |
|
LockAction
Declaration
public static readonly string LockAction
Field Value
Type |
Description |
System.String |
|
NameProperty
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
ProcessAction
Declaration
public static readonly string ProcessAction
Field Value
Type |
Description |
System.String |
|
ReassignAction
Declaration
public static readonly string ReassignAction
Field Value
Type |
Description |
System.String |
|
ReceiveAction
Declaration
public static readonly string ReceiveAction
Field Value
Type |
Description |
System.String |
|
RejectAction
Declaration
public static readonly string RejectAction
Field Value
Type |
Description |
System.String |
|
ResendAction
Declaration
public static readonly string ResendAction
Field Value
Type |
Description |
System.String |
|
RowVersionProperty
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type |
Description |
Cmc.Core.EntityModel.EntityProperty |
|
SendAction
Declaration
public static readonly string SendAction
Field Value
Type |
Description |
System.String |
|
SnoozeAction
Declaration
public static readonly string SnoozeAction
Field Value
Type |
Description |
System.String |
|
UnlockAction
Declaration
public static readonly string UnlockAction
Field Value
Type |
Description |
System.String |
|
UnsnoozeAction
Declaration
public static readonly string UnsnoozeAction
Field Value
Type |
Description |
System.String |
|
Properties
Code
Gets or sets the Code associated with this PostWithdrawalDisbursementActionEntity.
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
The Code.
|
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PostWithdrawalDisbursementActionEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
The CreatedDateTime.
|
Id
Gets or sets the Id associated with this PostWithdrawalDisbursementActionEntity.
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
The Id.
|
IsActive
Gets or sets the IsActive associated with this PostWithdrawalDisbursementActionEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
The IsActive.
|
IsSystemCode
Gets or sets the IsSystemCode associated with this PostWithdrawalDisbursementActionEntity.
Declaration
public bool IsSystemCode { get; set; }
Property Value
Type |
Description |
System.Boolean |
The IsSystemCode.
|
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PostWithdrawalDisbursementActionEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
The LastModifiedDateTime.
|
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PostWithdrawalDisbursementActionEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
The LastModifiedUserId.
|
Name
Gets or sets the Name associated with this PostWithdrawalDisbursementActionEntity.
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
The Name.
|
RowVersion
Gets or sets the RowVersion associated with this PostWithdrawalDisbursementActionEntity.
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