Class BehaviorCompatibilityViolation
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Behaviors
Assembly: Cephalon.Abstractions.dll
Represents a compatibility rule violation for a behavior topology.
public sealed class BehaviorCompatibilityViolationInheritance
Section titled “Inheritance”object ← BehaviorCompatibilityViolation
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”BehaviorCompatibilityViolation(string, string, CompatibilitySeverity, string)
Section titled “ BehaviorCompatibilityViolation(string, string, CompatibilitySeverity, string)”Initializes a new instance of
public BehaviorCompatibilityViolation(string ruleId, string behaviorId, CompatibilitySeverity severity, string message)Parameters
Section titled “Parameters”ruleId string
behaviorId string
severity CompatibilitySeverity
message string
Properties
Section titled “Properties”BehaviorId
Section titled “ BehaviorId”Gets the behavior identifier that triggered the violation.
public string BehaviorId { get; }Property Value
Section titled “Property Value”Message
Section titled “ Message”Gets the violation message.
public string Message { get; }Property Value
Section titled “Property Value”RuleId
Section titled “ RuleId”Gets the rule identifier that was violated.
public string RuleId { get; }Property Value
Section titled “Property Value”Severity
Section titled “ Severity”Gets the violation severity.
public CompatibilitySeverity Severity { get; }