Property | Type | Description | |
---|---|---|---|
DeepCloneCore | ISarifNode | ||
ISarifNode | ISarifNode | ||
Init | void |
Method | Description | |
---|---|---|
DeepClone ( ) : Result |
Creates a deep copy of this instance.
|
|
Result ( ) : System |
Initializes a new instance of the Result class.
|
|
Result ( Result other ) : System |
Initializes a new instance of the Result class from the specified instance.
|
|
Result ( string ruleId, string ruleKey, ResultLevel level, string message, |
Initializes a new instance of the Result class from the supplied values.
|
|
ValueEquals ( Result other ) : bool | ||
ValueGetHashCode ( ) : int |
Method | Description | |
---|---|---|
DeepCloneCore ( ) : ISarifNode | ||
ISarifNode ( ) : ISarifNode | ||
Init ( string ruleId, string ruleKey, ResultLevel level, string message, |
public Result ( Result other ) : System | ||
other | Result | /// The instance from which the new instance is to be initialized. /// |
return | System |
public Result ( string ruleId, string ruleKey, ResultLevel level, string message, |
||
ruleId | string |
/// An initialization value for the |
ruleKey | string |
/// An initialization value for the |
level | ResultLevel |
/// An initialization value for the |
message | string |
/// An initialization value for the |
formattedRuleMessage |
/// An initialization value for the |
|
locations | IEnumerable |
/// An initialization value for the |
snippet | string |
/// An initialization value for the |
id | string |
/// An initialization value for the |
toolFingerprintContribution | string |
/// An initialization value for the |
stacks | IEnumerable |
/// An initialization value for the |
codeFlows | IEnumerable |
/// An initialization value for the |
relatedLocations | IEnumerable |
/// An initialization value for the |
suppressionStates | SuppressionStates |
/// An initialization value for the |
baselineState | BaselineState |
/// An initialization value for the |
fixes | IEnumerable |
/// An initialization value for the |
properties | SerializedPropertyInfo>.IDictionary |
/// An initialization value for the |
return | System |