Interface IArcherGroupEdit
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface IArcherGroupEdit : IArcherGuidEntity, IArcherNameableEntity, IArcherNamedEntity, IArcherDescribableEntity, IArcherDescribedEntity, IArcherUpdateInfoEntity, IEditableArcherEntity, IArcherEntityBase, IArcherBase, IEditable<KeyValuePair<string, object>>, IEditable, ISystemUpdateable
Properties
Declaration
IEditableCollection<int> ChildGroupIds { get; }
Property Value
Declaration
int DefaultHomeDashboardId { get; }
Property Value
Declaration
int DefaultHomeWorkspaceId { get; }
Property Value
Declaration
string DisplayName { get; set; }
Property Value
Declaration
string DistinguishedName { get; }
Property Value
Declaration
Property Value
Declaration
bool EveryoneFlag { get; }
Property Value
Declaration
Property Value
Declaration
IEditableCollection<int> ParentGroupIds { get; }
Property Value
Declaration
IEditableCollection<int> RoleIds { get; }
Property Value
Declaration
Property Value
Declaration
IEditableCollection<int> UserIds { get; }
Property Value
Extension Methods