C# Class Microsoft.CodeAnalysis.Sarif.FormattedRuleMessage

Inheritance: ISarifNode
Mostra file Open project: Microsoft/sarif-sdk Class Usage Examples

Private Properties

Property Type Description
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

Public Methods

Method Description
DeepClone ( ) : FormattedRuleMessage

Creates a deep copy of this instance.

FormattedRuleMessage ( ) : System

Initializes a new instance of the FormattedRuleMessage class.

FormattedRuleMessage ( FormattedRuleMessage other ) : System

Initializes a new instance of the FormattedRuleMessage class from the specified instance.

FormattedRuleMessage ( string formatId, IEnumerable arguments ) : System

Initializes a new instance of the FormattedRuleMessage class from the supplied values.

ValueEquals ( FormattedRuleMessage other ) : bool
ValueGetHashCode ( ) : int

Private Methods

Method Description
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( string formatId, IEnumerable arguments ) : void

Method Details

DeepClone() public method

Creates a deep copy of this instance.
public DeepClone ( ) : FormattedRuleMessage
return FormattedRuleMessage

FormattedRuleMessage() public method

Initializes a new instance of the FormattedRuleMessage class.
public FormattedRuleMessage ( ) : System
return System

FormattedRuleMessage() public method

Initializes a new instance of the FormattedRuleMessage class from the specified instance.
/// Thrown if is null. ///
public FormattedRuleMessage ( FormattedRuleMessage other ) : System
other FormattedRuleMessage /// The instance from which the new instance is to be initialized. ///
return System

FormattedRuleMessage() public method

Initializes a new instance of the FormattedRuleMessage class from the supplied values.
public FormattedRuleMessage ( string formatId, IEnumerable arguments ) : System
formatId string /// An initialization value for the property. ///
arguments IEnumerable /// An initialization value for the property. ///
return System

ValueEquals() public method

public ValueEquals ( FormattedRuleMessage other ) : bool
other FormattedRuleMessage
return bool

ValueGetHashCode() public method

public ValueGetHashCode ( ) : int
return int