Class GeneratePartialEarningLinesRequest
Represents the a request for the GeneratePartialEarningLines method.
Inheritance
System.Object
GeneratePartialEarningLinesRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GeneratePartialEarningLinesRequest : ServiceRequest
Constructors
GeneratePartialEarningLinesRequest()
Declaration
public GeneratePartialEarningLinesRequest()
Properties
AssignmentId
Declaration
public int AssignmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsGeneratePartialEarningLine
Declaration
public bool IsGeneratePartialEarningLine { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOverloadAssignmentType
Declaration
public bool IsOverloadAssignmentType { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |