Click or drag to resize

GHAContainedByAttribute Class

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

Designates the GHA Class that can be a parent to the tagged class. Used primarily by the GHA Configurator to list classes that can be created under a parent. GHA does NOT enforce this attribute if the class is created programatically
Inheritance Hierarchy
SystemObject
  SystemAttribute
    GHASchema.AttributesGHAContainedByAttribute

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

The GHAContainedByAttribute type exposes the following members.

Constructors
  NameDescription
Public methodGHAContainedByAttribute
Declares that the decorated type maybe contained in the specified type
Top
Properties
  NameDescription
Public propertyContainingTypes
List of types that can contain the decorated class
Top
See Also