Table of Contents

Delegate SelectEntityAction<T>.SelectionFilter

Namespace
Macad.Interaction
Assembly
Macad.Interaction.dll
public delegate bool SelectEntityAction<T>.SelectionFilter(T entity)

Parameters

entity T

Returns

bool

Constructors

public SelectionFilter(object @object, nint method)
object object
method nint

Methods

public virtual IAsyncResult BeginInvoke(T entity, AsyncCallback callback, object @object)
entity T
callback AsyncCallback
object object
Returns: IAsyncResult

public virtual bool EndInvoke(IAsyncResult result)
result IAsyncResult
Returns: bool

public virtual bool Invoke(T entity)
entity T
Returns: bool