Class DefaultObjectResolver
Default object resolver for plugin framework
Inheritance
DefaultObjectResolver
Assembly: Sdl.Core.PluginFramework.dll
Syntax
public class DefaultObjectResolver : IObjectResolver
Constructors
DefaultObjectResolver()
Declaration
public DefaultObjectResolver()
Methods
CanResolve(Type)
Returns true if the object resolver can create the object based on the type of that object
Declaration
public bool CanResolve(Type objectType)
Parameters
Type |
Name |
Description |
Type |
objectType |
|
Returns
CreateObject(Type, XElement)
Declaration
public object CreateObject(Type objectType, XElement attributeElement = null)
Parameters
Type |
Name |
Description |
Type |
objectType |
|
System.Xml.Linq.XElement |
attributeElement |
|
Returns
Implements