Class EntityDetailsHelperModified<TParent, TChild>
Delegate declaring function for handling modifications in the EntityDetailsHelper<TParent, TChild>.
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class EntityDetailsHelperModified<TParent, TChild> : MulticastDelegate where TParent : class, INestedPersist where TChild : class, INestedPersist
Type Parameters
Name | Description |
---|---|
TParent | Type of parent, normally a row or entity. |
TChild | Type of child, normally a row or entity. |
Constructors
EntityDetailsHelperModified(Object, IntPtr)
Delegate declaring function for handling modifications in the EntityDetailsHelper<TParent, TChild>.
Declaration
public EntityDetailsHelperModified(object object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
Object | object | |
IntPtr | method |
Methods
BeginInvoke(EntityDetailsHelper<TParent, TChild>, TParent, TChild, AsyncCallback, Object)
Delegate declaring function for handling modifications in the EntityDetailsHelper<TParent, TChild>.
Declaration
public virtual IAsyncResult BeginInvoke(EntityDetailsHelper<TParent, TChild> source, TParent parent, TChild item, AsyncCallback callback, object object)
Parameters
Type | Name | Description |
---|---|---|
EntityDetailsHelper<TParent, TChild> | source | |
TParent | parent | |
TChild | item | |
AsyncCallback | callback | |
Object | object |
Returns
Type | Description |
---|---|
IAsyncResult |
EndInvoke(IAsyncResult)
Delegate declaring function for handling modifications in the EntityDetailsHelper<TParent, TChild>.
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type | Name | Description |
---|---|---|
IAsyncResult | result |
Invoke(EntityDetailsHelper<TParent, TChild>, TParent, TChild)
Delegate declaring function for handling modifications in the EntityDetailsHelper<TParent, TChild>.
Declaration
public virtual void Invoke(EntityDetailsHelper<TParent, TChild> source, TParent parent, TChild item)
Parameters
Type | Name | Description |
---|---|---|
EntityDetailsHelper<TParent, TChild> | source | |
TParent | parent | |
TChild | item |
Extension Methods
EnumUtil.MapEnums<From, To>(From)