Class GetClassSectionPeriodsRequest
Represents the request for the GetClassSectionPeriodsRequest method.
Inheritance
System.Object
GetClassSectionPeriodsRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetClassSectionPeriodsRequest : ServiceRequest
Constructors
GetClassSectionPeriodsRequest()
Declaration
public GetClassSectionPeriodsRequest()
Properties
ClassSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsRequestFromUnitTest
Declaration
public bool IsRequestFromUnitTest { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |