C# Class VSSonarPlugins.Types.Rule

Inheritance: ICloneable
Afficher le fichier Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension Class Usage Examples

Private Properties

Свойство Type Description
SetFactorDefaultValue void
SetOffsetDefaultValue void

Méthodes publiques

Méthode Description
Clone ( ) : object

The clone.

MergeRule ( Rule rule ) : void

The merge rule.

Rule ( ) : System

Initializes a new instance of the Rule class.

Private Methods

Méthode Description
SetFactorDefaultValue ( ) : void

The set factor default value.

SetOffsetDefaultValue ( ) : void

The set offset default value.

Method Details

Clone() public méthode

The clone.
public Clone ( ) : object
Résultat object

MergeRule() public méthode

The merge rule.
public MergeRule ( Rule rule ) : void
rule Rule /// The rule. ///
Résultat void

Rule() public méthode

Initializes a new instance of the Rule class.
public Rule ( ) : System
Résultat System