Class UploadPersonPictureRequest
Represents the a request for the UploadStudentPicture method.
Inheritance
System.Object
UploadPersonPictureRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class UploadPersonPictureRequest : ServiceRequest
Constructors
UploadPersonPictureRequest()
Declaration
public UploadPersonPictureRequest()
Properties
EmployerId
Gets or sets the EmployerId.
Declaration
public int EmployerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The EmployerId. |
EmployerPictureId
Gets or sets the EmployerPictureId.
Declaration
public int EmployerPictureId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The EmployerPictureId. |
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. |
StaffId
Gets or sets the StaffId.
Declaration
public int StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StaffId. |
StaffPictureId
Gets or sets the StaffPictureId.
Declaration
public int StaffPictureId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StaffPictureId. |
StudentId
Gets or sets the StudentId.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentPictureId
Gets or sets the StudentPictureId.
Declaration
public int StudentPictureId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentPictureId. |