Class FallbackTypeResolver
Delegate for resolving unknown types
Inheritance
System.Object
FallbackTypeResolver
Assembly: EPiServer.Data.dll
Version: 12.0.3
Syntax
public sealed class FallbackTypeResolver : MulticastDelegate
Constructors
FallbackTypeResolver(Object, IntPtr)
Declaration
public FallbackTypeResolver(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(String, out Type, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(string typeName, out Type type, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.String |
typeName |
|
System.Type |
type |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(out Type, IAsyncResult)
Declaration
public virtual bool EndInvoke(out Type type, IAsyncResult result)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.Boolean |
|
Invoke(String, out Type)
Declaration
public virtual bool Invoke(string typeName, out Type type)
Parameters
Type |
Name |
Description |
System.String |
typeName |
|
System.Type |
type |
|
Returns
Type |
Description |
System.Boolean |
|
Extension Methods