Class UploadHousingBuildingCategoryImageRequest
Represents the a request for the UploadHousingBuildingCategoryImage method.
Inheritance
System.Object
UploadHousingBuildingCategoryImageRequest
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class UploadHousingBuildingCategoryImageRequest : ServiceRequest
Constructors
UploadHousingBuildingCategoryImageRequest()
Declaration
public UploadHousingBuildingCategoryImageRequest()
Properties
HousingBuildingId
Declaration
public int HousingBuildingId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
HousingBuildingImageId
Declaration
public int HousingBuildingImageId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
HousingSuiteCategoryId
Declaration
public int? HousingSuiteCategoryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ImageExtension
Declaration
public string ImageExtension { get; set; }
Property Value
Type |
Description |
System.String |
|
RoomCategoryId
Declaration
public int? RoomCategoryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
RoomImage
Declaration
public byte[] RoomImage { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
SuiteImage
Declaration
public byte[] SuiteImage { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|