Class ExportSevisDataChangeBatchRequest
Represents the request for the ExportSevisDataChangeBatch method.
Inheritance
System.Object
ExportSevisDataChangeBatchRequest
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class ExportSevisDataChangeBatchRequest : ServiceRequest
Constructors
ExportSevisDataChangeBatchRequest()
Declaration
public ExportSevisDataChangeBatchRequest()
Properties
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
IsExchangeVisitor
Declaration
public bool IsExchangeVisitor { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SchoolCode
Declaration
public string SchoolCode { get; set; }
Property Value
Type |
Description |
System.String |
|
SevisBatchId
Declaration
public int SevisBatchId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|