Interface IDocumentAccessEntry
- Namespace
- The.Components
- Assembly
- Instagile.dll
public interface IDocumentAccessEntry : IEntity, IHasChanges
- Inherited Members
- Extension Methods
Properties
AttributeModelID
Guid AttributeModelID { get; set; }
Property Value
DocumentID
Guid DocumentID { get; set; }
Property Value
EntityID
Guid EntityID { get; set; }
Property Value
EntityModelID
Guid EntityModelID { get; set; }
Property Value
GlobalAccess
bool GlobalAccess { get; set; }
Property Value
NewEntity
bool NewEntity { get; set; }
Property Value
Properties
IDocumentAccessEntryProperties Properties { get; }