Search Results for

    Show / Hide Table of Contents

    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
    IBaseEntity.AccountID
    IBaseEntity.ID
    IBaseEntity.LastUpdated
    IBaseEntity.ModifiedByUserID
    IBaseEntity.CanvasID
    IBaseEntity.GetLabel(String)
    IBaseEntity.SetLabel(String, String)
    IBaseEntity.SetSilentLabel(String, String)
    System.IEquatable<LemonEdge.API.Core.IBaseEntity>.Equals(LemonEdge.API.Core.IBaseEntity)
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    System.ComponentModel.INotifyPropertyChanging.PropertyChanging
    ICloneableAsync.Clone(Object)
    ICloneableAsync.CopyFromSource(Object)
    ICanTrackProperties.HasTrackedPropertyChanged(String)
    ICanTrackProperties.OriginalTrackedPropertyValue(String)
    ICanTrackProperties.OriginalTrackedPropertyValue<T>(String)
    ICanTrackProperties.ClearTrackedOriginalValues()
    ICanTrackProperties.GetAllOriginalTrackedPropertyValues()
    IPermissionChecker.CanWrite
    IPermissionChecker.CanDelete
    IPermissionChecker.CanChangePermissions
    IPermissionChecker.CanRead
    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

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)

    See Also

    ITeam
    ITeamDefaultPermission
    In This Article
    Back to top © LemonEdge Technology. All rights reserved.