Click or drag to resize

GHACapabilityAttribute Class

[This is preliminary documentation and is subject to change.]

Defines the Interface as a GHA Capability
Inheritance Hierarchy
SystemObject
  SystemAttribute
    GHASchema.AttributesGHACapabilityAttribute

Namespace:  GHASchema.Attributes
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.Interface, AllowMultiple = true, Inherited = true)]
public class GHACapabilityAttribute : Attribute

The GHACapabilityAttribute type exposes the following members.

Constructors
  NameDescription
Public methodGHACapabilityAttribute
Initializes a new instance of the GHACapabilityAttribute class
Top
Properties
  NameDescription
Public propertyCategory
Optional category for the capability
Public propertyFriendlyName
Optional frienly name that desribes the capability
Top
See Also