DataWeb
Search Results for

    Show / Hide Table of Contents

    Class NavigationContextInfo.ContextPermissions

    Inheritance
    object
    NavigationContextInfo.ContextPermissions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Structure
    Assembly: DataWeb.Core.dll
    Syntax
    public class NavigationContextInfo.ContextPermissions

    Properties

    IsClone

    Declaration
    public bool IsClone { get; set; }
    Property Value
    Type Description
    bool

    IsCreate

    Declaration
    public bool IsCreate { get; set; }
    Property Value
    Type Description
    bool

    IsDelete

    Declaration
    public bool IsDelete { get; set; }
    Property Value
    Type Description
    bool

    IsLink

    Declaration
    public bool IsLink { get; set; }
    Property Value
    Type Description
    bool

    IsMove

    Declaration
    public bool IsMove { get; set; }
    Property Value
    Type Description
    bool

    IsVisible

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type Description
    bool

    IsVisibleNotActive

    Declaration
    public bool IsVisibleNotActive { get; set; }
    Property Value
    Type Description
    bool

    IsWrite

    Declaration
    public bool IsWrite { get; set; }
    Property Value
    Type Description
    bool
    In this article
    Back to top Generated by DocFX