C# 클래스 Microsoft.CodeAnalysis.Sarif.Rule

상속: PropertyBagHolder, IRule, ISarifNode
파일 보기 프로젝트 열기: Microsoft/sarif-sdk 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DeepCloneCore ISarifNode
ISarifNode ISarifNode
Init void

공개 메소드들

메소드 설명
DeepClone ( ) : Rule

Creates a deep copy of this instance.

Rule ( ) : System

Initializes a new instance of the Rule class.

Rule ( Rule other ) : System

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

Rule ( string id, string name, string shortDescription, string fullDescription, string>.IDictionary messageFormats, RuleConfiguration configuration, ResultLevel defaultLevel, Uri helpUri, SerializedPropertyInfo>.IDictionary properties ) : System

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

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

비공개 메소드들

메소드 설명
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( string id, string name, string shortDescription, string fullDescription, string>.IDictionary messageFormats, RuleConfiguration configuration, ResultLevel defaultLevel, Uri helpUri, SerializedPropertyInfo>.IDictionary properties ) : void

메소드 상세

DeepClone() 공개 메소드

Creates a deep copy of this instance.
public DeepClone ( ) : Rule
리턴 Rule

Rule() 공개 메소드

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

Rule() 공개 메소드

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

Rule() 공개 메소드

Initializes a new instance of the Rule class from the supplied values.
public Rule ( string id, string name, string shortDescription, string fullDescription, string>.IDictionary messageFormats, RuleConfiguration configuration, ResultLevel defaultLevel, Uri helpUri, SerializedPropertyInfo>.IDictionary properties ) : System
id string /// An initialization value for the property. ///
name string /// An initialization value for the property. ///
shortDescription string /// An initialization value for the property. ///
fullDescription string /// An initialization value for the property. ///
messageFormats string>.IDictionary /// An initialization value for the property. ///
configuration RuleConfiguration /// An initialization value for the property. ///
defaultLevel ResultLevel /// An initialization value for the property. ///
helpUri System.Uri /// An initialization value for the property. ///
properties SerializedPropertyInfo>.IDictionary /// An initialization value for the property. ///
리턴 System

ValueEquals() 공개 메소드

public ValueEquals ( Rule other ) : bool
other Rule
리턴 bool

ValueGetHashCode() 공개 메소드

public ValueGetHashCode ( ) : int
리턴 int