Interface IOrderableMetadata
Represents an orderable component.
Namespace: DevToys.Api
Assembly: DevToys.Api.dll
Syntax
public interface IOrderableMetadata
Properties
After
Gets the list of items that should come after this component.
Declaration
IReadOnlyList<string> After { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<string> |
Before
Gets the list of items that should come before this component.
Declaration
IReadOnlyList<string> Before { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<string> |
InternalComponentName
Gets the internal component name.
Declaration
string InternalComponentName { get; }
Property Value
Type | Description |
---|---|
string |