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://web.lemonedge.com/help/team-default-permissions-for-new-items-view/ for more information
Inherited Members
System.IEquatable<LemonEdge.API.Core.IBaseEntity>.Equals(LemonEdge.API.Core.IBaseEntity)
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
System.ComponentModel.INotifyPropertyChanging.PropertyChanging
Namespace: LemonEdge.API.Entities
Assembly: API.dll
Syntax
[EntityDefinition(EntityID.TeamDefaultTeamPermissions, "dbo.LT_TeamDefaultTeamPermissions", "TeamDefaultTeamPermission", IsStandingDataEntity = true)]
[DefaultEntityIcon(ImageType.LockKey)]
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)]
[EntityRelationship(EntityID.TeamDefaultPermissions, "ID", SingleJoinType.One, "TeamDefaultPermissions", "TeamDefaultTeamPermissions", DeleteWithRelationship = true, PartOfParentSet = true, LinkToItemInSet = false)]
Guid TeamDefaultPermissionID { get; set; }
Property Value
Type | Description |
---|---|
System.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)]
[EntityRelationship(EntityID.Teams, "ID", SingleJoinType.One, "Teams", "TeamDefaultTeamPermissions", DeleteWithRelationship = true, PartOfParentSet = false, LinkToItemInSet = false, InheritPermissions = true)]
Guid TeamID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |