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