Show / Hide Table of Contents

Interface IUser

Inherited Members
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IAttributeObject.Attributes
IKeyEquatable<IUser>.EqualKey(IUser)
IEquatable<IUser>.Equals(IUser)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IUser : IModel, IAttributeObject, IKeyEquatable<IUser>, IEquatable<IUser>

Properties

Culture

Declaration
string Culture { get; set; }
Property Value
Type Description
string

FirstName

Declaration
string FirstName { get; set; }
Property Value
Type Description
string

Identifier

Declaration
string Identifier { get; set; }
Property Value
Type Description
string

LastName

Declaration
string LastName { get; set; }
Property Value
Type Description
string

Password

Declaration
string Password { get; set; }
Property Value
Type Description
string

UserType

Declaration
UserType UserType { get; set; }
Property Value
Type Description
UserType

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