Interface IPermission
The system entity for a period end adjustment entity, which is a part of a period end that the user can add adjustments to
See https://help.lemonedge.com/permissions-tool-window/ for more information
Inherited Members
Namespace: LemonEdge.API.Entities.Administration
Assembly: LemonEdge.API.dll
Syntax
[EntityDefinition(EntityID.Permissions, "dbo.LT_Permissions", "Permission", ReplicateForEachDescriptorType = typeof(IBaseEntityWithPermissions))]
[DefaultEntityIcon(ImageType.LockKey)]
[EntityIndex(Name = "EntityID", ColumnNames = new string[] { "EntityID", "TeamID" }, IndexOrder = new IndexOrder[] { IndexOrder.Ascending, IndexOrder.Ascending }, IsClustered = false, IsUnique = true)]
public interface IPermission : IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, IPermissionsBase, IPermissionChecker
Properties
TeamID
The team you are assigning a new overriding set of permissions to for this current active data record
Declaration
[EntityRelationship(EntityID.Teams, "ID", SingleJoinType.ZeroToOne, "Team", "Permissions", DeleteWithRelationship = true, PreventAutoConstraint = true)]
[RequiredNoDefaultIDValidation]
[EntityProperty(SQLType.UniqueIdentifier, false)]
[EntityKeyProperty]
Guid TeamID { get; set; }
Property Value
Type | Description |
---|---|
Guid |