Search Results for

    Show / Hide Table of Contents

    Interface ITopologicalSortable

    Namespace: Sdl.Core.PluginFramework.Util
    Assembly: Sdl.Core.PluginFramework.dll
    Syntax
    public interface ITopologicalSortable

    Properties

    Id

    Declaration
    string Id { get; }
    Property Value
    Type Description
    System.String

    InsertAfter

    Declaration
    string InsertAfter { get; }
    Property Value
    Type Description
    System.String

    InsertBefore

    Declaration
    string InsertBefore { get; }
    Property Value
    Type Description
    System.String

    Priority

    Declaration
    int Priority { get; }
    Property Value
    Type Description
    System.Int32

    On this page

    • Properties
      • Id
      • InsertAfter
      • InsertBefore
      • Priority
    Back to top Generated by DocFX