Interface IBehaviorCompatibilityRule
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Behaviors
Assembly: Cephalon.Abstractions.dll
Validates a behavior topology descriptor against a compatibility constraint.
public interface IBehaviorCompatibilityRuleProperties
Section titled “Properties”Description
Section titled “ Description”Gets a human-readable description of the rule.
string Description { get; }Property Value
Section titled “Property Value”RuleId
Section titled “ RuleId”Gets the unique rule identifier (e.g. “ABT-001”).
string RuleId { get; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Check(BehaviorTopologyDescriptor)
Section titled “ Check(BehaviorTopologyDescriptor)”Checks the descriptor and returns a violation if the rule is violated, or null if valid.
BehaviorCompatibilityViolation? Check(BehaviorTopologyDescriptor descriptor)Parameters
Section titled “Parameters”descriptor BehaviorTopologyDescriptor