Class ValidateGroupsRequest
Represents the a request for the ValidateGroups method.
Inheritance
System.Object
ValidateGroupsRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ValidateGroupsRequest : ServiceRequest
Constructors
ValidateGroupsRequest()
Declaration
public ValidateGroupsRequest()
Properties
GroupLoadTypeList
Declaration
public ICollection<GroupLoadType> GroupLoadTypeList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<GroupLoadType> |
IsTeaching
Declaration
public bool IsTeaching { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |