Class GradeSheetImportResponse
Represents the request for the GradeSheetImportResponse method.
Inheritance
System.Object
GradeSheetImportResponse
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class GradeSheetImportResponse : ServiceResponse
Constructors
GradeSheetImportResponse()
Declaration
public GradeSheetImportResponse()
Properties
FileName
Declaration
public string FileName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FolderName
Declaration
public string FolderName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsSuccess
Declaration
public bool IsSuccess { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |