Class GetHousingBuildingCategoryImageRequest
Represents the a request for the GetHousingBuildingCategoryImage method.
Inheritance
System.Object
GetHousingBuildingCategoryImageRequest
Namespace: Cmc.Nexus.StudentServices.Services
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class GetHousingBuildingCategoryImageRequest : ServiceRequest
Constructors
GetHousingBuildingCategoryImageRequest()
Declaration
public GetHousingBuildingCategoryImageRequest()
Properties
CategoryType
Declaration
public string CategoryType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HousingBuildingCategoryId
Declaration
public int HousingBuildingCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |