Click or drag to resize

GHADeviceClassAttribute Class

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

Defines the class of the device that can be used by other GHA Components to more accurately deduce device capabilities Examples: Lighting - dimmanble lights Light - On-off lights
Inheritance Hierarchy
SystemObject
  SystemAttribute
    GHASchema.AttributesGHADeviceClassAttribute

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 GHADeviceClassAttribute : Attribute

The GHADeviceClassAttribute type exposes the following members.

Constructors
  NameDescription
Public methodGHADeviceClassAttribute
Initializes a new instance of the GHADeviceClassAttribute class
Top
Properties
  NameDescription
Public propertyDeviceClass
Category to use with the decorated class
Top
See Also