Search Results for

    Show / Hide Table of Contents

    Interface IObjectResolver

    Namespace: Sdl.Core.PluginFramework
    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

    On this page

    • Methods
      • CanResolve(Type)
      • CreateObject(Type, XElement)
    Back to top Generated by DocFX