Class UploadHousingBuildingImageRequest
Represents the a request for the UploadHousingBuildingImage method.
Inheritance
System.Object
UploadHousingBuildingImageRequest
Namespace: Cmc.Nexus.StudentServices.Services
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class UploadHousingBuildingImageRequest : ServiceRequest
Constructors
UploadHousingBuildingImageRequest()
Declaration
public UploadHousingBuildingImageRequest()
Properties
HousingBuildingId
Gets or sets the HousingBuildingId.
Declaration
public int HousingBuildingId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The HousingBuildingId. |
Image
Gets or sets the Image.
Declaration
public byte[] Image { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The Image. |
ImageExtension
Gets or sets the ImageExtension.
Declaration
public string ImageExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ImageExtension. |