Class GenerateContractForFacultyResponse
Represents the response for the GenerateEarningLineForAssignment method.
Inheritance
System.Object
GenerateContractForFacultyResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GenerateContractForFacultyResponse : ServiceResponse
Constructors
GenerateContractForFacultyResponse()
Declaration
public GenerateContractForFacultyResponse()
Properties
ContractId
Declaration
public int ContractId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ContractTemplateId
Declaration
public int ContractTemplateId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PositionId
Declaration
public int PositionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StaffId
Declaration
public int StaffId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermIdList
Declaration
public ICollection<int> TermIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|