Class ProcessDataQueryChangeRequest
Create Student Group Staff Access Request
Inheritance
System.Object
ProcessDataQueryChangeRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class ProcessDataQueryChangeRequest : ServiceRequest
Constructors
ProcessDataQueryChangeRequest()
Declaration
public ProcessDataQueryChangeRequest()
Properties
DataQueryId
Gets or sets the data query id.
Declaration
public Guid? DataQueryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> | The data query identifier. |
EmployerGroupId
Gets or sets the employer group id.
Declaration
public int? EmployerGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The employer group identifier. |
StudentGroupId
Gets or sets the student group id.
Declaration
public int? StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The student group identifier. |
See Also
Cmc.Core.ServiceModel.ServiceRequest