Interface IBehaviorAdvisory
Namespace: Cephalon.Abstractions.Behaviors
Assembly: Cephalon.Abstractions.dll
Represents a runtime advisory that describes a recommendation or observation about behavior topology. Advisories are informational — they do not block dispatch.
public interface IBehaviorAdvisoryProperties
Section titled “Properties”BehaviorId
Section titled “ BehaviorId”Gets the behavior identifier this advisory applies to, or null if global.
string? BehaviorId { get; }Property Value
Section titled “Property Value”Description
Section titled “ Description”Gets the advisory description.
string Description { get; }Property Value
Section titled “Property Value”DisplayName
Section titled “ DisplayName”Gets the display name shown in runtime surfaces.
string DisplayName { get; }Property Value
Section titled “Property Value”Gets the stable advisory identifier.
string Id { get; }Property Value
Section titled “Property Value”Severity
Section titled “ Severity”Gets the severity of this advisory.
BehaviorAdvisorySeverity Severity { get; }