Class GetRoomCategoriesListRequest
Represents the a request for the GetRoomCategoriesList method.
Inheritance
System.Object
GetRoomCategoriesListRequest
Namespace: Cmc.Nexus.StudentServices.Services
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class GetRoomCategoriesListRequest : ServiceRequest
Constructors
GetRoomCategoriesListRequest()
Declaration
public GetRoomCategoriesListRequest()
Properties
CampusIdList
Declaration
public ICollection<int> CampusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
RoomCategoryId
Declaration
public int RoomCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |