Class SaveClassSectionDocumentsRequest
Represents the request for the SaveClassSectionDocumentsRequest.
Inheritance
System.Object
SaveClassSectionDocumentsRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveClassSectionDocumentsRequest : ServiceRequest
Constructors
SaveClassSectionDocumentsRequest()
Declaration
public SaveClassSectionDocumentsRequest()
Properties
ClassSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DocumentTypeIds
Declaration
public List<int> DocumentTypeIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |