Class AssignmentLoadTypeBankLoadDetails
The assignment load type bank load details.
Inheritance
System.Object
AssignmentLoadTypeBankLoadDetails
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 AssignmentLoadTypeBankLoadDetails
Constructors
AssignmentLoadTypeBankLoadDetails()
Declaration
public AssignmentLoadTypeBankLoadDetails()
Properties
AssignmentLoadTypeId
Gets or sets the assignment load type id.
Declaration
public int AssignmentLoadTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BankLoadValue
Gets or sets the bank load value.
Declaration
public decimal BankLoadValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ConsumedBankLoadValue
Gets or sets the consumed bank load value.
Declaration
public decimal? ConsumedBankLoadValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
ConsumedFteValue
Gets or sets the consumed fte value.
Declaration
public decimal? ConsumedFteValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
EarliestExpirationDate
Gets or sets the earliest expiration date.
Declaration
public DateTime EarliestExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
FteBankLoadValue
Gets or sets the fte bank load value.
Declaration
public decimal? FteBankLoadValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
Id
Gets or sets the id.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LoadTypeId
Gets or sets the load type id.
Declaration
public int LoadTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LoadTypeName
Gets or sets the load type name.
Declaration
public string LoadTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaxBankLoadValue
Gets or sets the max bank load value.
Declaration
public decimal MaxBankLoadValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
RemainingBankLoadValue
Gets or sets the remaining bank load value.
Declaration
public decimal? RemainingBankLoadValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
RemainingFteValue
Gets or sets the remaining fte value.
Declaration
public decimal? RemainingFteValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |