Class GetDocumentsForStudentResponse
Represents the response for the GetDocumentsForStudent method.
Inheritance
System.Object
GetDocumentsForStudentResponse
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class GetDocumentsForStudentResponse : ServiceResponse
Constructors
GetDocumentsForStudentResponse()
Declaration
public GetDocumentsForStudentResponse()
Properties
Documents
Gets or sets the documents.
Declaration
public IEnumerable<DocumentEntity> Documents { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<DocumentEntity> | The documents. |