Class GetActivityStatementStudentsResponse
Represents the response for the GetActivityStatementStudentsResponse method.
Inheritance
System.Object
GetActivityStatementStudentsResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetActivityStatementStudentsResponse : ServiceResponse
Constructors
GetActivityStatementStudentsResponse()
Declaration
public GetActivityStatementStudentsResponse()
Properties
Message
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentCount
Declaration
public int StudentCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentIdList
Declaration
public List<int> StudentIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |