Search Results for

    Show / Hide Table of Contents

    Class MarkdownValidationRule

    Inheritance
    Object
    MarkdownValidationRule
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.DocAsCode.Plugins
    Assembly: Microsoft.DocAsCode.Plugins.dll
    Syntax
    public class MarkdownValidationRule

    Properties

    | Improve this Doc View Source

    ContractName

    The contract name of rule.

    Declaration
    [JsonProperty("contractName")]
    public string ContractName { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Disable

    Whether to disable this rule by default.

    Declaration
    [JsonProperty("disable")]
    public bool Disable { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    RuleName

    The contract name of rule.

    Declaration
    [Obsolete("Please use ContractName.")]
    [JsonProperty("name")]
    public string RuleName { get; set; }
    Property Value
    Type Description
    String

    Operators

    | Improve this Doc View Source

    Explicit(String to MarkdownValidationRule)

    Declaration
    public static explicit operator MarkdownValidationRule(string contractName)
    Parameters
    Type Name Description
    String contractName
    Returns
    Type Description
    MarkdownValidationRule

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX