Property | Type | Description | |
---|---|---|---|
DeepCloneCore | ISarifNode | ||
ISarifNode | ISarifNode | ||
Init | void |
Method | Description | |
---|---|---|
DeepClone ( ) : |
Creates a deep copy of this instance.
|
|
Notification ( ) : System |
Initializes a new instance of the Notification class.
|
|
Notification ( |
Initializes a new instance of the Notification class from the specified instance.
|
|
Notification ( string id, string ruleId, string ruleKey, |
Initializes a new instance of the Notification class from the supplied values.
|
|
ValueEquals ( |
||
ValueGetHashCode ( ) : int |
Method | Description | |
---|---|---|
DeepCloneCore ( ) : ISarifNode | ||
ISarifNode ( ) : ISarifNode | ||
Init ( string id, string ruleId, string ruleKey, |
public Notification ( |
||
other | /// The instance from which the new instance is to be initialized. /// | |
return | System |
public Notification ( string id, string ruleId, string ruleKey, |
||
id | string |
/// An initialization value for the |
ruleId | string |
/// An initialization value for the |
ruleKey | string |
/// An initialization value for the |
physicalLocation |
/// An initialization value for the |
|
message | string |
/// An initialization value for the |
level | NotificationLevel |
/// An initialization value for the |
threadId | int |
/// An initialization value for the |
time | System.DateTime |
/// An initialization value for the |
exception |
/// An initialization value for the |
|
properties | SerializedPropertyInfo>.IDictionary |
/// An initialization value for the |
return | System |
public ValueEquals ( |
||
other | ||
return | bool |