Interface ITeamDefaultTeamPermission
The system entity for a team default team permission, which defines the default permissions that other teams are given for new items created by this parent team
See https://help.lemonedge.com/help/open-architecture/admin/teams/default-permissions-other-view.html for more information
Inherited Members
Namespace: LemonEdge.API.Entities.Administration
Assembly: LemonEdge.API.dll
Syntax
[EntityDefinition(EntityID.TeamDefaultTeamPermissions, "dbo.LT_TeamDefaultTeamPermissions", "TeamDefaultTeamPermission", IsStandingDataEntity = true)]
[DefaultEntityIcon(ImageType.LockKey)]
[EntityIndex(Name = "TeamID", ColumnNames = new string[] { "TeamID" }, IndexOrder = new IndexOrder[] { IndexOrder.Ascending }, IsClustered = false, IsUnique = false)]
public interface ITeamDefaultTeamPermission : IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties, IPermissionChecker
Properties
TeamDefaultPermissionID
[Key] Links to ITeamDefaultPermission. The parent team default permission this belongs to
Declaration
[EntityProperty(SQLType.UniqueIdentifier, false)]
[EntityKeyProperty]
[EntityRelationship(EntityID.TeamDefaultPermissions, "ID", SingleJoinType.One, "Team Default Permission", "Default Team Permissions On New", DeleteWithRelationship = true, PartOfParentSet = true, LinkToItemInSet = false)]
[RequiredNoDefaultIDValidation]
Guid TeamDefaultPermissionID { get; set; }
Property Value
Type | Description |
---|---|
Guid |
TeamID
[Key] The team (other than the current team you are editing) that you want to provide different explicit permissions to whenever this team creates new instances of this entity type.
Declaration
[EntityProperty(SQLType.UniqueIdentifier, false)]
[EntityKeyProperty]
[EntityRelationship(EntityID.Teams, "ID", SingleJoinType.One, "Team", "Default Team Permissions On New", DeleteWithRelationship = true, PartOfParentSet = false, LinkToItemInSet = false, InheritPermissions = true)]
[RequiredNoDefaultIDValidation]
Guid TeamID { get; set; }
Property Value
Type | Description |
---|---|
Guid |