Search Results for

    Show / Hide Table of Contents

    Delegate ImportEngine.EntityObjectSaved

    Namespace: TimeCockpit.Data.Import
    Assembly: TimeCockpit.Data.Import.dll
    Syntax
    public delegate void EntityObjectSaved(ImportEngine source, string worksheet, EntityObject entityObject);
    Parameters
    Type Name Description
    ImportEngine source
    System.String worksheet
    EntityObject entityObject

    Constructors

    EntityObjectSaved(Object, IntPtr)

    Declaration
    public EntityObjectSaved(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(ImportEngine, String, EntityObject, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(ImportEngine source, string worksheet, EntityObject entityObject, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    ImportEngine source
    System.String worksheet
    EntityObject entityObject
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(ImportEngine, String, EntityObject)

    Declaration
    public virtual void Invoke(ImportEngine source, string worksheet, EntityObject entityObject)
    Parameters
    Type Name Description
    ImportEngine source
    System.String worksheet
    EntityObject entityObject
    In This Article
    Back to top Copyright © 2025 software architects gmbh