Show / Hide Table of Contents

    Class Actions

    Standard actions used by security

    Inheritance
    Object
    Actions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: XData
    Assembly: XData.docfx.dll
    Syntax
    public static class Actions

    Fields

    | Improve this Doc View Source

    All

    All actions (CRUD and custom actions)

    Declaration
    public const string All = "`ALL`"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Create

    Create action

    Declaration
    public const string Create = "`CREATE`"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    CRUD

    CRUD actions

    Declaration
    public const string CRUD = "`CRUD`"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Delete

    Delete action

    Declaration
    public const string Delete = "`DELETE`"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    Update

    Update action

    Declaration
    public const string Update = "`UPDATE`"
    Field Value
    Type Description
    String
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX