Class ClassSectionLessonPublishUnpublishResponse
Inheritance
System.Object
ClassSectionLessonPublishUnpublishResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ClassSectionLessonPublishUnpublishResponse : ServiceResponse
Constructors
ClassSectionLessonPublishUnpublishResponse()
Declaration
public ClassSectionLessonPublishUnpublishResponse()
Properties
CompleteValidationMessage
to store all the validation / warning messages.
Declaration
public string CompleteValidationMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsSuccess
show if the publish or unpublish operation is successful or not.
Declaration
public bool IsSuccess { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |