Interface IFavoritesGroup
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Группа избранного
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(FavoritesGroup))]
public interface IFavoritesGroup : IClassifiableGroup, IClassifiableObject, INamedObject, IHaveName, IHaveIcon, IHaveDescription, IStructureItem, IFavoritesStructureItem, IBaseGroupOwner, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess, IHaveId
- Inherited Members
- Extension Methods
Properties
IsEntry
Признак "Объект является точкой входа".
bool? IsEntry { get; set; }
Property Value
- bool?