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.GetLabel(string)
    IBaseEntity.SetLabel(string, string)
    IBaseEntity.SetSilentLabel(string, string)
    IBaseEntity.AccountID
    IBaseEntity.ID
    IBaseEntity.LastUpdated
    IBaseEntity.ModifiedByUserID
    IBaseEntity.CanvasID
    IBaseEntity.AlgorithmStepID
    IBaseEntity.SafeID
    IEquatable<IBaseEntity>.Equals(IBaseEntity)
    INotifyPropertyChanged.PropertyChanged
    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
    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

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)

    See Also

    ITeam
    ITeamDefaultPermission
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.