Class ClassSectionLessonPublishUnpublishRequest
Inheritance
System.Object
ClassSectionLessonPublishUnpublishRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ClassSectionLessonPublishUnpublishRequest : ServiceRequest
Constructors
ClassSectionLessonPublishUnpublishRequest()
Declaration
public ClassSectionLessonPublishUnpublishRequest()
Properties
CampusId
CampusId for which the lessons are to be published or unpublished.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CourseId
CourseId for which the lessons are to be published or unpublished.
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsPublish
used to publish or unpublish the class section lesson group. true to publish the class section lesson group. false to unpublish the class section lesson group.
Declaration
public bool IsPublish { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TermId
TermId for which the lessons are to be published or unpublished.
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |