Interface IArcherUserEdit
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface IArcherUserEdit : IArcherNamedEntity, IEditableArcherEntity, IArcherEntityBase, IArcherBase, IEditable<KeyValuePair<string, object>>, IEditable, ISystemUpdateable
Properties
Declaration
AccountStatus AccountStatus { get; set; }
Property Value
Declaration
string AdditionalNote { get; set; }
Property Value
Declaration
string Address { get; set; }
Property Value
Declaration
string Company { get; set; }
Property Value
Declaration
int? DefaultHomeDashboardId { get; set; }
Property Value
Declaration
int? DefaultHomeWorkspaceId { get; set; }
Property Value
Declaration
string DisplayName { get; }
Property Value
Declaration
string DistinguishedName { get; }
Property Value
Declaration
Property Value
Declaration
int? DomainId { get; set; }
Property Value
Declaration
bool EnableApproveContentByEmail { get; set; }
Property Value
Declaration
string FirstName { get; set; }
Property Value
Declaration
bool ForcePasswordChange { get; set; }
Property Value
Declaration
IEditableCollection<int> GroupIds { get; }
Property Value
Declaration
int? LanguageId { get; set; }
Property Value
Declaration
DateTime? LastLoginDate { get; }
Property Value
Declaration
string LastName { get; set; }
Property Value
Declaration
string Locale { get; set; }
Property Value
Declaration
string MiddleName { get; set; }
Property Value
Declaration
string Password { get; set; }
Property Value
Declaration
IEditableCollection<int> RoleIds { get; }
Property Value
Declaration
int SecurityId { get; set; }
Property Value
Declaration
string TimeZoneId { get; set; }
Property Value
Declaration
string Title { get; set; }
Property Value
Declaration
Property Value
Declaration
string UserName { get; set; }
Property Value
Extension Methods