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

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

Private Properties

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

공개 메소드들

메소드 설명
DeepClone ( ) : Notification

Creates a deep copy of this instance.

Notification ( ) : System

Initializes a new instance of the Notification class.

Notification ( Notification other ) : System

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

Notification ( string id, string ruleId, string ruleKey, PhysicalLocation physicalLocation, string message, NotificationLevel level, int threadId, System.DateTime time, ExceptionData exception, SerializedPropertyInfo>.IDictionary properties ) : System

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

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

비공개 메소드들

메소드 설명
DeepCloneCore ( ) : ISarifNode
ISarifNode ( ) : ISarifNode
Init ( string id, string ruleId, string ruleKey, PhysicalLocation physicalLocation, string message, NotificationLevel level, int threadId, System.DateTime time, ExceptionData exception, SerializedPropertyInfo>.IDictionary properties ) : void

메소드 상세

DeepClone() 공개 메소드

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

Notification() 공개 메소드

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

Notification() 공개 메소드

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

Notification() 공개 메소드

Initializes a new instance of the Notification class from the supplied values.
public Notification ( string id, string ruleId, string ruleKey, PhysicalLocation physicalLocation, string message, NotificationLevel level, int threadId, System.DateTime time, ExceptionData exception, SerializedPropertyInfo>.IDictionary properties ) : System
id string /// An initialization value for the property. ///
ruleId string /// An initialization value for the property. ///
ruleKey string /// An initialization value for the property. ///
physicalLocation PhysicalLocation /// An initialization value for the property. ///
message string /// An initialization value for the property. ///
level NotificationLevel /// An initialization value for the property. ///
threadId int /// An initialization value for the property. ///
time System.DateTime /// An initialization value for the property. ///
exception ExceptionData /// An initialization value for the property. ///
properties SerializedPropertyInfo>.IDictionary /// An initialization value for the property. ///
리턴 System

ValueEquals() 공개 메소드

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

ValueGetHashCode() 공개 메소드

public ValueGetHashCode ( ) : int
리턴 int