Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFAnalysisRule.SupportsChildAnalysisRuleAttribute Class

AFAnalysisRule.SupportsChildAnalysisRuleAttribute Class

  • Last UpdatedNov 18, 2025
  • 3 minute read
AFAnalysisRule.SupportsChildAnalysisRuleAttribute Class
Attribute used on an AFAnalysisRule to indicate that it supports child analysis rules to be created under it.

Inheritance Hierarchy

SystemObject
  SystemAttribute
    OSIsoft.AF.AnalysisAFAnalysisRuleSupportsChildAnalysisRuleAttribute

Namespace:  OSIsoft.AF.Analysis
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

[AttributeUsageAttribute(AttributeTargets.Class, Inherited = true, AllowMultiple = false)]
public sealed class SupportsChildAnalysisRuleAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Class, Inherited := true, AllowMultiple := false)>
Public NotInheritable Class SupportsChildAnalysisRuleAttribute
	Inherits Attribute

Dim instance As AFAnalysisRule.SupportsChildAnalysisRuleAttribute
[AttributeUsageAttribute(AttributeTargets::Class, Inherited = true, AllowMultiple = false)]
public ref class SupportsChildAnalysisRuleAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class, Inherited = true, AllowMultiple = false)>]
type SupportsChildAnalysisRuleAttribute =  
    class
        inherit Attribute
    end

The AFAnalysisRuleSupportsChildAnalysisRuleAttribute type exposes the following members.

Constructors

  NameDescription
Public method
AFAnalysisRuleSupportsChildAnalysisRuleAttribute
Initializes a new instance of the AFAnalysisRuleSupportsChildAnalysisRuleAttribute class.

Properties

  NameDescription
Public property
TypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Public property
Value
Gets a value that indicates whether the AFAnalysisRule supports child analysis rules to be created under it.

Methods

  NameDescription
Public method
Equals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Public method
GetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method
IsDefaultAttribute
When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
(Inherited from Attribute.)
Public method
Match
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
(Inherited from Attribute.)
Public method
ToString
Returns a string that represents the current object.
(Inherited from Object.)

Remarks

A plugin can be marked with this attribute on the implementation of the AFAnalysisRule to indicate that it supports adding child analysis rules. Then an application can call the AFAnalysisRule.SupportsChildAnalysisRule static method to check if a plugin has this attribute specified.

Version Information

AFSDK


See Also

TitleResults for “How to create a CRG?”Also Available in