Class SaveClassSectionLmsOptionsRequest
Represents the request for the SaveClassSectionLmsOptions method.
Inheritance
System.Object
SaveClassSectionLmsOptionsRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveClassSectionLmsOptionsRequest : ServiceRequest
Constructors
SaveClassSectionLmsOptionsRequest()
Declaration
public SaveClassSectionLmsOptionsRequest()
Properties
ClassSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LmsExtractStatus
Declaration
public string LmsExtractStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LmsVendorId
Declaration
public int? LmsVendorId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |