Class AssignmentLoadType
Inheritance
System.Object
AssignmentLoadType
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.Academics.Contracts.dll
Syntax
public class AssignmentLoadType
Constructors
AssignmentLoadType()
Declaration
public AssignmentLoadType()
Properties
AdjustedDefaultValue
Declaration
public decimal? AdjustedDefaultValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
AssignmentValue
Declaration
public decimal AssignmentValue { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
FteAssignedValue
Declaration
public decimal FteAssignedValue { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
FteFactorValue
Declaration
public decimal? FteFactorValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
IsOverridden
Declaration
public bool? IsOverridden { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
LoadFactorValue
Declaration
public decimal? LoadFactorValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
OverloadAssignmentValue
Declaration
public decimal OverloadAssignmentValue { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
OverloadEarningCodeId
Declaration
public int? OverloadEarningCodeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
OverloadFteAssignmentValue
Overload Fte AssignmentValue
Declaration
public decimal OverloadFteAssignmentValue { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
OverloadRate
Declaration
public decimal OverloadRate { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Rate
Declaration
public decimal Rate { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
WlmAssignmentLoadTypeId
Declaration
public int WlmAssignmentLoadTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
WlmEarningCodeId
Declaration
public int? WlmEarningCodeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
WlmFteFactorCourseGroupAssociationId
Fte Factor Course Group Association Id
Declaration
public int? WlmFteFactorCourseGroupAssociationId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
WlmFteFactorNonTeachingGroupAssociationId
Fte Factor Non Teaching Group Association Id
Declaration
public int? WlmFteFactorNonTeachingGroupAssociationId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
WlmLoadTypeId
Declaration
public int WlmLoadTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|