Show / Hide Table of Contents

    Interface IDocumentBuildStep

    Namespace:Microsoft.DocAsCode.Plugins
    Assembly:Microsoft.DocAsCode.Plugins.dll
    Syntax
    public interface IDocumentBuildStep

    Properties

    BuildOrder

    Declaration
    int BuildOrder { get; }
    Property Value
    Type Description
    Int32

    Name

    Declaration
    string Name { get; }
    Property Value
    Type Description
    String

    Methods

    Build(FileModel, IHostService)

    Declaration
    void Build(FileModel model, IHostService host)
    Parameters
    Type Name Description
    FileModel model
    IHostService host

    Postbuild(ImmutableList<FileModel>, IHostService)

    Declaration
    void Postbuild(ImmutableList<FileModel> models, IHostService host)
    Parameters
    Type Name Description
    System.Collections.Immutable.ImmutableList<FileModel> models
    IHostService host

    Prebuild(ImmutableList<FileModel>, IHostService)

    Declaration
    IEnumerable<FileModel> Prebuild(ImmutableList<FileModel> models, IHostService host)
    Parameters
    Type Name Description
    System.Collections.Immutable.ImmutableList<FileModel> models
    IHostService host
    Returns
    Type Description
    IEnumerable<FileModel>

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX