Show / Hide Table of Contents

    Enum WorkState

    Work set state

    Namespace: XData
    Assembly: XData.WorkSet.docfx.dll
    Syntax
    public enum WorkState

    Fields

    Name Description
    Active

    Active (not deleted) objects

    Changed

    Changed objects

    Deleted

    Deleted objects

    New

    New objects

    Original

    Original objects

    Extension Methods

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