Search Results for

    Show / Hide Table of Contents

    Class MarkupDataNodeFinder

    Helper class that can be used with Find(Predicate<INode>, bool) to locate markup data nodes.

    Inheritance
    object
    MarkupDataNodeFinder
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.DesktopEditor.EditorApi
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    public class MarkupDataNodeFinder

    Constructors

    MarkupDataNodeFinder(IAbstractMarkupData)

    Contruct with a markup data item that is used in IsItem and IsNotItem comparisons.

    Declaration
    public MarkupDataNodeFinder(IAbstractMarkupData item)
    Parameters
    Type Name Description
    IAbstractMarkupData item

    Methods

    IsItem(IAbstractContentNode)

    This method can be used as delegate for Sdl.DesktopEditor.EditorApi.IContainerNode.FindContentNode to locate the first node that corresponds to the specified markup data item.

    Declaration
    public bool IsItem(IAbstractContentNode node)
    Parameters
    Type Name Description
    IAbstractContentNode node
    Returns
    Type Description
    bool

    IsItem(INode)

    This method can be used as delegate for Sdl.DesktopEditor.EditorApi.IContainerNode.Find to locate the first node that corresponds to the specified markup data item.

    Declaration
    public bool IsItem(INode node)
    Parameters
    Type Name Description
    INode node
    Returns
    Type Description
    bool

    IsNotItem(IAbstractContentNode)

    This method can be used as delegate for Sdl.DesktopEditor.EditorApi.IContainerNode.Find to locate the first node that does not correspond to the specified markup data item.

    Declaration
    public bool IsNotItem(IAbstractContentNode node)
    Parameters
    Type Name Description
    IAbstractContentNode node
    Returns
    Type Description
    bool

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • MarkupDataNodeFinder(IAbstractMarkupData)
    • Methods
      • IsItem(IAbstractContentNode)
      • IsItem(INode)
      • IsNotItem(IAbstractContentNode)
    • Extension Methods
    Back to top Generated by DocFX