Show / Hide Table of Contents

    Interface IWorkSet

    Basic work set interface

    Inherited Members
    IDisposable.Dispose()
    Namespace: XData
    Assembly: XData.WorkSet.docfx.dll
    Syntax
    public interface IWorkSet : IDisposable

    Properties

    | Improve this Doc View Source

    DbLayer

    Data scope layer

    Declaration
    Guid DbLayer { get; }
    Property Value
    Type Description
    Guid
    | Improve this Doc View Source

    Name

    Work set name

    Declaration
    string Name { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Type

    Work set type

    Declaration
    Type Type { get; }
    Property Value
    Type Description
    Type

    Methods

    | Improve this Doc View Source

    Clear()

    Clear work set objects

    Declaration
    void Clear()
    | Improve this Doc View Source

    Submit()

    Submit work set objects

    Declaration
    bool Submit()
    Returns
    Type Description
    Boolean

    Success flag

    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>>)

    See Also

    IWorkSet<T>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX