Class PrintStatementActivityJobResponse
Inheritance
System.Object
PrintStatementActivityJobResponse
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PrintStatementActivityJobResponse : ServiceResponse
Constructors
PrintStatementActivityJobResponse()
Declaration
public PrintStatementActivityJobResponse()
Properties
FileNames
Declaration
[Obsolete("Use StudentActivityStatementsFileNameList or PrintLabelStudentActivityStatementsFileNameList")]
public string FileNames { get; set; }
Property Value
Type |
Description |
System.String |
|
FilePath
Declaration
public string FilePath { get; set; }
Property Value
Type |
Description |
System.String |
|
PrintLabelFileName
Declaration
public string PrintLabelFileName { get; set; }
Property Value
Type |
Description |
System.String |
|
PrintLabelStudentActivityStatementsFileNameList
Declaration
public ICollection<string> PrintLabelStudentActivityStatementsFileNameList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|
StudentActivityStatementsFileNameList
Declaration
public ICollection<string> StudentActivityStatementsFileNameList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|