Class SaveStaffPasswordResponse
Represents the response for the SaveStaffPassword method.
Inheritance
System.Object
SaveStaffPasswordResponse
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class SaveStaffPasswordResponse : ServiceResponse
Constructors
SaveStaffPasswordResponse()
Declaration
public SaveStaffPasswordResponse()
Properties
LastModifiedDateTime
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
LastModifiedUserId
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Number
Declaration
public int Number { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Password
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
PasswordExpirationDate
Declaration
public DateTime PasswordExpirationDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Salt
Declaration
public string Salt { get; set; }
Property Value
Type |
Description |
System.String |
|