Click or drag to resize

GHAClassAttribute Class

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

Defines a class as a GHA Class
Inheritance Hierarchy
SystemObject
  SystemAttribute
    GHASchema.AttributesGHAClassAttribute

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

The GHAClassAttribute type exposes the following members.

Constructors
  NameDescription
Public methodGHAClassAttribute
Initializes a new instance of the GHAClassAttribute class
Top
Properties
  NameDescription
Public propertyCategory
Optional category for the class
Public propertyFriendlyName
Optional friendly name to describe the class
Public propertyIsWebViewable
Determines if the class has elements that can be viewed via a browser
Top
See Also