Class CourseScheduleCampusListResponse
Represents the a request for the CourseScheduleCampusList method.
Inheritance
System.Object
CourseScheduleCampusListResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CourseScheduleCampusListResponse : ServiceResponse
Constructors
CourseScheduleCampusListResponse()
Declaration
public CourseScheduleCampusListResponse()
Properties
CampusId
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CourseId
CourseId
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Id
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UserId
UserId
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |