Class ClassSectionLessonGroupPublishUnpublishResponse
Inheritance
System.Object
ClassSectionLessonGroupPublishUnpublishResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ClassSectionLessonGroupPublishUnpublishResponse : ServiceResponse
Constructors
ClassSectionLessonGroupPublishUnpublishResponse()
Declaration
public ClassSectionLessonGroupPublishUnpublishResponse()
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 |