Class AssignmentBankLoad
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class AssignmentBankLoad
Constructors
AssignmentBankLoad()
Declaration
public AssignmentBankLoad()
Properties
AssignmentValue
Data member attribute indicating that the property should be included in serialization and deserialization processes. Represents the value of an assignment as a decimal.
Declaration
public decimal AssignmentValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
BankLoadLimit
Specifies the bank load limit for a particular data member.
Declaration
public decimal BankLoadLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
BankLoadValue
Specifies that the BankLoadValue property should be included in serialization and deserialization processes.
Declaration
public decimal BankLoadValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
FteAssignedValue
Gets or sets the Full-Time Equivalent (FTE) assigned value for a particular entity.
Declaration
public decimal FteAssignedValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
FteBankLoadValue
Gets or sets the FTE bank load value.
Declaration
public decimal? FteBankLoadValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
FteFactorValue
Gets or sets the FTE factor value for a particular data member.
Declaration
public decimal? FteFactorValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
LoadTypeCode
Specifies that the LoadTypeCode property should be included in serialization and deserialization processes.
Declaration
public string LoadTypeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LoadTypeName
Gets or sets the name of the load type.
Declaration
public string LoadTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OverloadAssignedValue
Gets or sets the assigned value for overload.
Declaration
public decimal OverloadAssignedValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
OverloadEarningCodeCode
Data member attribute indicating that the property is part of a data contract and should be serialized. Represents the code for overload earning.
Declaration
public string OverloadEarningCodeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OverloadEarningCodeId
Data member attribute indicating that the property is part of a data contract and should be serialized. Represents the unique identifier for the overload earning code.
Declaration
public int? OverloadEarningCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
OverloadEarningCodeName
Data member attribute indicating that the property is part of a data contract and should be serialized. Gets or sets the name of the overload earning code.
Declaration
public string OverloadEarningCodeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OverloadFteAssignmentValue
Gets or sets the value for OverloadFteAssignment.
Declaration
public decimal OverloadFteAssignmentValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
OverloadRate
Data member attribute indicating that the property should be included in serialization and deserialization processes. Represents the overload rate as a decimal value.
Declaration
public decimal OverloadRate { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
TotalBankLoad
Gets or sets the total bank load.
Declaration
public decimal TotalBankLoad { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
WlmAssignmentLoadTypeId
Gets or sets the WlmAssignmentLoadTypeId property, which is marked as a DataMember for serialization.
Declaration
public int WlmAssignmentLoadTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
WlmLoadTypeId
Data member attribute indicating that the property should be included in serialization and deserialization processes. Represents the WlmLoadTypeId property, which is an integer value.
Declaration
public int WlmLoadTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |