Class PrintCheckTemporaryRowResponse
Represents the response for the SavePrintCheckTemporaryRow method.
Inheritance
System.Object
PrintCheckTemporaryRowResponse
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PrintCheckTemporaryRowResponse : ServiceResponse
Constructors
PrintCheckTemporaryRowResponse()
Declaration
public PrintCheckTemporaryRowResponse()
Properties
BatchIdentifier
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type |
Description |
System.String |
|
PrintCheckTemporaryRowList
Declaration
public List<PrintCheckTemporaryRowEntity> PrintCheckTemporaryRowList { get; set; }
Property Value
PrintCheckTemporaryRowResponseList
Declaration
public List<PrintCheckTemporaryRowList> PrintCheckTemporaryRowResponseList { get; set; }
Property Value
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|