Delegate ProductJsonConverter.Factory
Assembly: Aurigma.DesignAtoms.dll
Syntax
public delegate ProductJsonConverter Factory(ISerializableStorage serializationStorage = null, ISerializableStorage runTimeStorage = null, bool convertUrlSourcesToStorage = false);
Parameters
Returns
Constructors
Factory(Object, IntPtr)
Declaration
public Factory(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(ISerializableStorage, ISerializableStorage, Boolean, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(ISerializableStorage serializationStorage, ISerializableStorage runTimeStorage, bool convertUrlSourcesToStorage, AsyncCallback callback, object object)
Parameters
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual ProductJsonConverter EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
Invoke(ISerializableStorage, ISerializableStorage, Boolean)
Declaration
public virtual ProductJsonConverter Invoke(ISerializableStorage serializationStorage = null, ISerializableStorage runTimeStorage = null, bool convertUrlSourcesToStorage = false)
Parameters
Returns