Class RefundCalculationAction
This class represents the EntityModel interface to the SaRefundCalculationAction database table.
Inheritance
System.Object
RefundCalculationAction
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.Models.dll
Syntax
public class RefundCalculationAction
Constructors
RefundCalculationAction()
Declaration
public RefundCalculationAction()
Fields
Assign
Declaration
[Obsolete("Do not use. Use CodeAsAssign.")]
public static readonly string Assign
Field Value
Type |
Description |
System.String |
|
AutomaticallyApprove
Declaration
[Obsolete("Do not use. Use CodeAsAutomaticallyApprove.")]
public static readonly string AutomaticallyApprove
Field Value
Type |
Description |
System.String |
|
CodeAsAssign
Declaration
public static readonly string CodeAsAssign
Field Value
Type |
Description |
System.String |
|
CodeAsAutomaticallyApprove
Declaration
public static readonly string CodeAsAutomaticallyApprove
Field Value
Type |
Description |
System.String |
|
CodeAsFail
Declaration
public static readonly string CodeAsFail
Field Value
Type |
Description |
System.String |
|
CodeAsLock
Declaration
public static readonly string CodeAsLock
Field Value
Type |
Description |
System.String |
|
CodeAsManuallyApprove
Declaration
public static readonly string CodeAsManuallyApprove
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 |
|
CodeAsReassign
Declaration
public static readonly string CodeAsReassign
Field Value
Type |
Description |
System.String |
|
CodeAsReject
Declaration
public static readonly string CodeAsReject
Field Value
Type |
Description |
System.String |
|
CodeAsReview
Declaration
public static readonly string CodeAsReview
Field Value
Type |
Description |
System.String |
|
CodeAsUnlock
Declaration
public static readonly string CodeAsUnlock
Field Value
Type |
Description |
System.String |
|
Fail
Declaration
[Obsolete("Do not use. Use CodeAsFail.")]
public static readonly string Fail
Field Value
Type |
Description |
System.String |
|
Lock
Declaration
[Obsolete("Do not use. Use CodeAsLock.")]
public static readonly string Lock
Field Value
Type |
Description |
System.String |
|
ManuallyApprove
Declaration
[Obsolete("Do not use. Use CodeAsManuallyApprove.")]
public static readonly string ManuallyApprove
Field Value
Type |
Description |
System.String |
|
NoLongerNeeded
Declaration
[Obsolete("Do not use. Use CodeAsNoLongerNeeded.")]
public static readonly string NoLongerNeeded
Field Value
Type |
Description |
System.String |
|
Reassign
Declaration
[Obsolete("Do not use. Use CodeAsReassign.")]
public static readonly string Reassign
Field Value
Type |
Description |
System.String |
|
Reject
Declaration
[Obsolete("Do not use. Use CodeAsReject.")]
public static readonly string Reject
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 |
|
Unlock
Declaration
[Obsolete("Do not use. Use CodeAsUnlock.")]
public static readonly string Unlock
Field Value
Type |
Description |
System.String |
|
Properties
Code
Gets or sets the Code associated with this RefundCalculationAction.
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
The Code.
|
Id
Gets or sets the Id associated with this RefundCalculationAction.
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
The Id.
|
Name
Gets or sets the Name associated with this RefundCalculationAction.
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
The Name.
|
SequenceExecution
Gets or sets the SequenceExecution associated with this RefundCalculationAction.
Declaration
public string SequenceExecution { get; set; }
Property Value
Type |
Description |
System.String |
The SequenceExecution.
|
SystemCode
Gets or sets the SystemCode associated with this RefundCalculationAction.
Declaration
public bool? SystemCode { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
The SystemCode.
|
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity
annotations must be done by hand using the Fluent api. Handle
those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type |
Name |
Description |
System.Data.Entity.DbModelBuilder |
modelBuilder |
The DbModelBuilder that has all of the model entities.
|