DevToys logo DevToys
  • Home
  • Blog
  • Documentation
  • Download
Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    LoggingExtensions.Log<T>(T)
    In this article
    DevToys logo © 2024 DevToys