Table of Contents

Interface IBaseGroup

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Models.Classification
Assembly
Ascon.Polynom.Web.Api.Data.dll

Базовая группа.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(BaseGroup))]
public interface IBaseGroup : INamedObject, IHaveName, IHaveDescription, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
Inherited Members
Extension Methods

Properties

BaseParentGroup

Возвращает группу, в которой находится данная группа.

IIdentifiableObject? BaseParentGroup { get; set; }

Property Value

IIdentifiableObject