Class SaveStaffPasswordRequest
Represents the a request for the SaveStaffPassword method.
Inheritance
System.Object
SaveStaffPasswordRequest
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class SaveStaffPasswordRequest : ServiceRequest
Constructors
SaveStaffPasswordRequest()
Declaration
public SaveStaffPasswordRequest()
Properties
IsAllowedToChangePassword
Declaration
public bool IsAllowedToChangePassword { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OldPassword
Declaration
public string OldPassword { get; set; }
Property Value
Type |
Description |
System.String |
|
Password
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
StaffId
Declaration
public int StaffId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|