Class StaffAssignmentBankLoad
The assignment load type bank load details.
Inheritance
System.Object
StaffAssignmentBankLoad
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 StaffAssignmentBankLoad
Constructors
StaffAssignmentBankLoad()
Declaration
public StaffAssignmentBankLoad()
Properties
AssignmentLoadTypeBankLoadDetail
Gets or sets the assignment load type bank load detail.
Declaration
public ICollection<AssignmentLoadTypeBankLoadDetails> AssignmentLoadTypeBankLoadDetail { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<AssignmentLoadTypeBankLoadDetails> |
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> |
FteMaxLimit
Gets or sets the fte max limit.
Declaration
public decimal? FteMaxLimit { 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 |
PositionId
Gets or sets the position id.
Declaration
public int PositionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PositionName
Gets or sets the position name.
Declaration
public string PositionName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StaffId
Gets or sets the staff id.
Declaration
public int StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StaffName
Gets or sets the staff name.
Declaration
public string StaffName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StaffPositionAssignmentId
Gets or sets the staff position assignment id.
Declaration
public int StaffPositionAssignmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |