Delegate FallbackTypeResolver
  
  Delegate for resolving unknown types
Assembly: EPiServer.Data.dll
  Version: 11.20.7
  Syntax
  
    public delegate bool FallbackTypeResolver(string typeName, out Type type);
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | typeName |  | 
      
        | System.Type | type |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  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