Show / Hide Table of Contents

Class PasswordChangeRequest

Inheritance
object
PasswordChangeRequest
Implements
IEquatable<PasswordChangeRequest>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public class PasswordChangeRequest : IEquatable<PasswordChangeRequest>

Constructors

PasswordChangeRequest()

Declaration
public PasswordChangeRequest()

PasswordChangeRequest(PasswordChangeRequest)

Declaration
public PasswordChangeRequest(PasswordChangeRequest copySource)
Parameters
Type Name Description
PasswordChangeRequest copySource

Properties

ExistingPassword

Declaration
public string ExistingPassword { get; set; }
Property Value
Type Description
string

NewPassword

Declaration
public string NewPassword { get; set; }
Property Value
Type Description
string

Methods

Equals(PasswordChangeRequest)

Declaration
public bool Equals(PasswordChangeRequest compare)
Parameters
Type Name Description
PasswordChangeRequest compare
Returns
Type Description
bool

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()

Implements

IEquatable<T>

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX