Interface IArcherGroup
Inherited Members
IComparable.CompareTo(object)
Namespace: Estrelica.Archer.AccessControl
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface IArcherGroup : IArcherEntity, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, IComparable, IEquatable<IArcherEntity>, IArcherGuidEntity, IArcherNamedEntity, IArcherDescribedEntity, IArcherUpdateInfoEntity, IArcherEntityBase, IArcherBase
Properties
ChildGroupIds
ChildGroups
DefaultHomeDashboardId
DefaultHomeWorkspaceId
DisplayName
DistinguishedName
DomainId
EveryoneFlag
LdapFlag
ParentGroupIds
ParentGroups
Declaration
IEnumerable<IArcherGroup> ParentGroups { get; }
Property Value
IEnumerable<IArcherGroup> |