Class BankLoadLimitValidationDetail
The bank load limit validation detail.
Inheritance
System.Object
BankLoadLimitValidationDetail
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()
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class BankLoadLimitValidationDetail
Constructors
BankLoadLimitValidationDetail()
Declaration
public BankLoadLimitValidationDetail()
Properties
MaxBankLoadLimit
Gets or sets the max bank load limit.
Declaration
public decimal MaxBankLoadLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TotalBankLoadValue
Gets or sets the total bank load value.
Declaration
public decimal TotalBankLoadValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |