Back to Website
Show / Hide Table of Contents

Delegate ProductJsonConverter.Factory

Namespace: Aurigma.DesignAtoms.Serialization
Assembly: Aurigma.DesignAtoms.dll
Syntax
public delegate ProductJsonConverter Factory(ISerializableStorage serializationStorage = null, ISerializableStorage runTimeStorage = null, bool convertUrlSourcesToStorage = false);
Parameters
Type Name Description
ISerializableStorage serializationStorage
ISerializableStorage runTimeStorage
System.Boolean convertUrlSourcesToStorage
Returns
Type Description
ProductJsonConverter

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
Type Name Description
ISerializableStorage serializationStorage
ISerializableStorage runTimeStorage
System.Boolean convertUrlSourcesToStorage
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

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

Invoke(ISerializableStorage, ISerializableStorage, Boolean)

Declaration
public virtual ProductJsonConverter Invoke(ISerializableStorage serializationStorage = null, ISerializableStorage runTimeStorage = null, bool convertUrlSourcesToStorage = false)
Parameters
Type Name Description
ISerializableStorage serializationStorage
ISerializableStorage runTimeStorage
System.Boolean convertUrlSourcesToStorage
Returns
Type Description
ProductJsonConverter
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback