Interface IBehaviorAdvisoryCatalog
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Behaviors
Assembly: Cephalon.Abstractions.dll
Provides read access to all active behavior advisories.
public interface IBehaviorAdvisoryCatalogProperties
Section titled “Properties”Gets all active advisories.
IReadOnlyList<IBehaviorAdvisory> All { get; }Property Value
Section titled “Property Value”IReadOnlyList<IBehaviorAdvisory>
Methods
Section titled “Methods”GetByBehavior(string)
Section titled “ GetByBehavior(string)”Gets advisories for a specific behavior identifier.
IReadOnlyList<IBehaviorAdvisory> GetByBehavior(string behaviorId)Parameters
Section titled “Parameters”behaviorId string
Returns
Section titled “Returns”IReadOnlyList<IBehaviorAdvisory>
GetBySeverity(BehaviorAdvisorySeverity)
Section titled “ GetBySeverity(BehaviorAdvisorySeverity)”Gets advisories at or above the specified severity.
IReadOnlyList<IBehaviorAdvisory> GetBySeverity(BehaviorAdvisorySeverity minimumSeverity)Parameters
Section titled “Parameters”minimumSeverity BehaviorAdvisorySeverity