Class UploadGraduationCeremonyImageResponse
Represents the response for the UploadGraduationCeremonyImage method.
Inheritance
System.Object
UploadGraduationCeremonyImageResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class UploadGraduationCeremonyImageResponse : ServiceResponse
Constructors
UploadGraduationCeremonyImageResponse()
Declaration
public UploadGraduationCeremonyImageResponse()
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. |