Interface IObjectResolver
Assembly: Sdl.Core.PluginFramework.dll
Syntax
public interface IObjectResolver
Methods
CanResolve(Type)
Declaration
bool CanResolve(Type objectType)
Parameters
Type |
Name |
Description |
System.Type |
objectType |
|
Returns
Type |
Description |
System.Boolean |
|
CreateObject(Type, XElement)
Declaration
object CreateObject(Type objectType, XElement attributeElement = null)
Parameters
Type |
Name |
Description |
System.Type |
objectType |
|
System.Xml.Linq.XElement |
attributeElement |
|
Returns
Type |
Description |
System.Object |
|