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 |