Class FallbackTypeResolverEventArgs
Event argument for types that can not be resolved
Inheritance
System.Object
    FallbackTypeResolverEventArgs
  Namespace: EPiServer.Data.Dynamic
Assembly: EPiServer.Data.dll
Version: 12.0.3Syntax
public class FallbackTypeResolverEventArgs : EventArgsConstructors
FallbackTypeResolverEventArgs(String)
Initializes a new instance of the FallbackTypeResolverEventArgs class.
Declaration
public FallbackTypeResolverEventArgs(string typeName)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | typeName | Name of the type. | 
Properties
ResolvedType
Gets or sets the resolved type.
Declaration
public Type ResolvedType { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Type | The resolved type. | 
SkipReferences
Gets or sets a flag indicating if object references should not be loaded.
Declaration
public bool SkipReferences { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
TypeName
Gets or sets the type name
Declaration
public string TypeName { get; }Property Value
| Type | Description | 
|---|---|
| System.String | The type name | 
