Class GetHousingBuildingCategoryImageResponse
Represents the response for the GetHousingBuildingCategoryImage method.
Inheritance
System.Object
GetHousingBuildingCategoryImageResponse
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class GetHousingBuildingCategoryImageResponse : ServiceResponse
Constructors
GetHousingBuildingCategoryImageResponse()
Declaration
public GetHousingBuildingCategoryImageResponse()
Properties
HousingBuildingCategoryId
Declaration
public int HousingBuildingCategoryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
HousingBuildingId
Declaration
public int HousingBuildingId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
HousingBuildingRoomCategoryId
Declaration
public int? HousingBuildingRoomCategoryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
HousingBuildingSuiteCategoryId
Declaration
public int? HousingBuildingSuiteCategoryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Image
Declaration
public byte[] Image { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
ImageExtension
Declaration
public string ImageExtension { get; set; }
Property Value
Type |
Description |
System.String |
|