Class SetGroupHoldCodeRequest
Represents the a request for the SetGroupHoldCode method.
Inheritance
System.Object
SetGroupHoldCodeRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class SetGroupHoldCodeRequest : ServiceRequest
Constructors
SetGroupHoldCodeRequest()
Declaration
public SetGroupHoldCodeRequest()
Properties
HoldFlags
Gets or sets the hold flags.
Declaration
public string HoldFlags { get; set; }
Property Value
Type | Description |
---|---|
System.String | The hold flags. |
HoldMessage
Gets or sets the hold message.
Declaration
public string HoldMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String | The hold message. |
HoldType
Gets or sets the type of the hold.
Declaration
public HoldStudentGroupType HoldType { get; set; }
Property Value
Type | Description |
---|---|
HoldStudentGroupType | The type of the hold. |
StudentGroupIdList
Gets or sets the student group identifier list.
Declaration
public IEnumerable<int> StudentGroupIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Int32> | The student group identifier list. |