Class GetRoomCategoriesListResponse
Represents the response for the GetRoomCategoriesList method.
Inheritance
System.Object
GetRoomCategoriesListResponse
Namespace: Cmc.Nexus.StudentServices.Services
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class GetRoomCategoriesListResponse : ServiceResponse
Constructors
GetRoomCategoriesListResponse()
Declaration
public GetRoomCategoriesListResponse()
Properties
RoomCategoryList
Declaration
public IList<RoomCategory> RoomCategoryList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<RoomCategory> |