C# Class VSSonarPlugins.Types.Rule

Inheritance: ICloneable
Show file Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension Class Usage Examples

Private Properties

Property Type Description
SetFactorDefaultValue void
SetOffsetDefaultValue void

Public Methods

Method Description
Clone ( ) : object

The clone.

MergeRule ( Rule rule ) : void

The merge rule.

Rule ( ) : System

Initializes a new instance of the Rule class.

Private Methods

Method Description
SetFactorDefaultValue ( ) : void

The set factor default value.

SetOffsetDefaultValue ( ) : void

The set offset default value.

Method Details

Clone() public method

The clone.
public Clone ( ) : object
return object

MergeRule() public method

The merge rule.
public MergeRule ( Rule rule ) : void
rule Rule /// The rule. ///
return void

Rule() public method

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