MetadataFormattingOptionsBuilderExtensions Class

Definition

A utility class that provides extension methods to the MetadataFormattingOptionsBuilder class.

public static class MetadataFormattingOptionsBuilderExtensions
type MetadataFormattingOptionsBuilderExtensions = class
Public Module MetadataFormattingOptionsBuilderExtensions
Inheritance
MetadataFormattingOptionsBuilderExtensions

Methods

GetBaseIndentationLevel(MetadataFormattingOptionsBuilder)

Gets the level of the base indentation of the TMDL documents.

GetCasingStyle(MetadataFormattingOptionsBuilder)

Gets the casing style in which keywords are written to the TMDL text.

WithBaseIndentationLevel(MetadataFormattingOptionsBuilder, Int32)

Sets the level of the base indentation of the TMDL documents.

WithCasingStyle(MetadataFormattingOptionsBuilder, TmdlCasingStyle)

Sets the casing style in which keywords are written to the TMDL text.

Applies to