Class GetLoadGroupsRequest
Represents the request for the GetLoadGroupsRequest method.
Inheritance
System.Object
GetLoadGroupsRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetLoadGroupsRequest : ServiceRequest
Constructors
GetLoadGroupsRequest()
Declaration
public GetLoadGroupsRequest()
Properties
CampusIdList
Declaration
public ICollection<int> CampusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
WlmLoadGroupId
Declaration
public int? WlmLoadGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |