Class GetDocumentsForStudentRequest
Represents the a request for the GetDocumentsForStudent method.
Inheritance
System.Object
GetDocumentsForStudentRequest
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class GetDocumentsForStudentRequest : ServiceRequest
Constructors
GetDocumentsForStudentRequest()
Declaration
public GetDocumentsForStudentRequest()
Properties
DocumentTypeId
Gets or sets the document type identifier.
Declaration
public int? DocumentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The document type identifier. |
StudentId
Gets or sets the student identifier.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The student identifier. |