Search Results for

    Show / Hide Table of Contents

    Class DefaultObjectResolver

    Default object resolver for plugin framework

    Inheritance
    object
    DefaultObjectResolver
    Implements
    IObjectResolver
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.Core.PluginFramework
    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
    Type Description
    bool

    CreateObject(Type, XElement)

    Declaration
    public object CreateObject(Type objectType, XElement attributeElement = null)
    Parameters
    Type Name Description
    Type objectType
    XElement attributeElement
    Returns
    Type Description
    object

    Implements

    IObjectResolver
    In this article
    • Constructors
      • DefaultObjectResolver()
    • Methods
      • CanResolve(Type)
      • CreateObject(Type, XElement)
    • Implements
    Back to top Generated by DocFX