Show / Hide Table of Contents

    Class RepositoryState

    Repository state

    Inheritance
    Object
    DataQueryState
    RepositoryState
    Inherited Members
    DataQueryState.AssemblyName
    DataQueryState.ElementType
    DataQueryState.Context
    DataQueryState.Structure
    DataQueryState.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: XData.DataSource.Structure
    Assembly: XData.docfx.dll
    Syntax
    [Serializable]
    [DataContract]
    public sealed class RepositoryState : DataQueryState

    Properties

    | Improve this Doc View Source

    Alias

    Alias

    Declaration
    [DataMember]
    public string Alias { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Fixed

    Fixed query flag

    Declaration
    [DataMember]
    public bool Fixed { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    IsSupervisor

    Security session supervisor flag

    Declaration
    [DataMember]
    public bool IsSupervisor { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    SecurityRoles

    Security session roles

    Declaration
    [DataMember]
    public string[] SecurityRoles { get; set; }
    Property Value
    Type Description
    String[]
    | Improve this Doc View Source

    SecuritySessionClass

    Security session class

    Declaration
    [DataMember]
    public string SecuritySessionClass { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    ShowSubtree

    Show subtree flag

    Declaration
    [DataMember]
    public bool ShowSubtree { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    UserName

    Security user name

    Declaration
    [DataMember]
    public string UserName { get; set; }
    Property Value
    Type Description
    String

    Extension Methods

    SerializationExtensions.ToXml<T>(T)
    CollectionsExtensions.SetValue<TKey, T>(TKey, T)
    CollectionsExtensions.AsEnum<T>(T)
    DataObjectQueryableExtensions.CompareVariable(Object, FilterOperation, String)
    Processing.Do<T>(T, Action<IProcess<T>>[])
    TypeExtensions.TryConvert<T, TResult>(T, Func<T, TResult>)
    TypeExtensions.TryConvert<T, TResult>(T, Func<T, TResult>, TResult)
    TypeExtensions.ChangeType<T>(Object)
    TypeExtensions.ChangeType(Object, Type)
    TypeExtensions.InvokeMethod<TRet>(Object, Type[], Expression<Func<TRet>>, BindingFlags)
    TypeExtensions.InvokeMethod(Object, Type[], Expression<Action>, BindingFlags)
    TypeExtensions.InvokeMethod<TRet>(Object, Expression<Func<TRet>>, BindingFlags)
    TypeExtensions.InvokeMethod(Object, Expression<Action>, BindingFlags)
    SqlBlockExtensions.SetExpression<TTag, TResult>(TTag, Expression<Func<IBlockQueryAdapter, TResult>>)
    QueryDescriptionExtensions.SetExpression<TTag, TResult>(TTag, Expression<Func<IQueryStructureAdapter, TResult>>)
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX