Class UploadGraduationCeremonyImageRequest
Represents the a request for the UploadGraduationCeremonyImage method.
Inheritance
System.Object
UploadGraduationCeremonyImageRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class UploadGraduationCeremonyImageRequest : ServiceRequest
Constructors
UploadGraduationCeremonyImageRequest()
Declaration
public UploadGraduationCeremonyImageRequest()
Properties
GraduationCeremonyTemplateRequestId
Gets or sets the GraduationCeremonyTemplateRequestId.
Declaration
public int GraduationCeremonyTemplateRequestId { 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. |
IsFirstAuthorizedSign
Gets or sets the IsFirstAuthorizedSign.
Declaration
public bool IsFirstAuthorizedSign { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsFirstAuthorizedSign flag. |