Delegate RelatedItemSearchExecuter
Namespace: LemonEdge.Client.UI.API.Misc
Assembly: LemonEdge.Client.UI.API.dll
Syntax
public delegate Task<IEnumerable<IBaseEntity>> RelatedItemSearchExecuter(IBaseEntity currentItem, IBaseEntity parentItem, IEntityRetriever context, string labelSearch)
Parameters
Type | Name | Description |
---|---|---|
IBaseEntity | currentItem | |
IBaseEntity | parentItem | |
IEntityRetriever | context | |
string | labelSearch |
Returns
Type | Description |
---|---|
Task<IEnumerable<IBaseEntity>> |
Constructors
RelatedItemSearchExecuter(object, IntPtr)
Declaration
public RelatedItemSearchExecuter(object @object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
object | object | |
IntPtr | method |
Methods
BeginInvoke(IBaseEntity, IBaseEntity, IEntityRetriever, string, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(IBaseEntity currentItem, IBaseEntity parentItem, IEntityRetriever context, string labelSearch, AsyncCallback callback, object @object)
Parameters
Type | Name | Description |
---|---|---|
IBaseEntity | currentItem | |
IBaseEntity | parentItem | |
IEntityRetriever | context | |
string | labelSearch | |
AsyncCallback | callback | |
object | object |
Returns
Type | Description |
---|---|
IAsyncResult |
EndInvoke(IAsyncResult)
Declaration
public virtual Task<IEnumerable<IBaseEntity>> EndInvoke(IAsyncResult result)
Parameters
Type | Name | Description |
---|---|---|
IAsyncResult | result |
Returns
Type | Description |
---|---|
Task<IEnumerable<IBaseEntity>> |
Invoke(IBaseEntity, IBaseEntity, IEntityRetriever, string)
Declaration
public virtual Task<IEnumerable<IBaseEntity>> Invoke(IBaseEntity currentItem, IBaseEntity parentItem, IEntityRetriever context, string labelSearch)
Parameters
Type | Name | Description |
---|---|---|
IBaseEntity | currentItem | |
IBaseEntity | parentItem | |
IEntityRetriever | context | |
string | labelSearch |
Returns
Type | Description |
---|---|
Task<IEnumerable<IBaseEntity>> |