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