Class MarkdownValidationRule
Inheritance
MarkdownValidationRule
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
|
Improve this Doc
View Source
Disable
Whether to disable this rule by default.
Declaration
[JsonProperty("disable")]
public bool Disable { get; set; }
Property Value
|
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
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
Extension Methods