Interface IArcherRoleEdit
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface IArcherRoleEdit : IArcherGuidEntity, IArcherNameableEntity, IArcherNamedEntity, IArcherDescribableEntity, IArcherDescribedEntity, IArcherAliasableEntity, IArcherAliasedEntity, IArcherUpdateInfoEntity, IEditableArcherEntity, IArcherEntityBase, IArcherBase, IEditable<KeyValuePair<string, object>>, IEditable, ISystemUpdateable
Properties
Declaration
IEditableCollection<int> GroupIds { get; }
Property Value
Declaration
bool IsDefault { get; set; }
Property Value
Declaration
bool IsSystemAdministrator { get; set; }
Property Value
Declaration
IEditableCollection<int> UserIds { get; }
Property Value
Extension Methods