Class ClassSectionLessonGroupPublishUnpublishRequest
Inheritance
System.Object
ClassSectionLessonGroupPublishUnpublishRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ClassSectionLessonGroupPublishUnpublishRequest : ServiceRequest
Constructors
ClassSectionLessonGroupPublishUnpublishRequest()
Declaration
public ClassSectionLessonGroupPublishUnpublishRequest()
Properties
ClassSectionId
classSection Id for which the lesson groups is to be published or unpublished.
Declaration
public int ClassSectionId { 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 |