Click or drag to resize

GHAContainsAttribute Class

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

Identifies the types that may be used as childrens of the decorated type. Attribute used if apriori knowledge about type containment is known. It is also possible to have a class define its own containment relationship using the GHAContainedBy attribute.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    GHASchema.AttributesGHAContainsAttribute

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

The GHAContainsAttribute type exposes the following members.

Constructors
  NameDescription
Public methodGHAContainsAttribute
Identifies the types that may be used as childrens of the decorated type. Attribute used if apriori knowledge about type containment is known. It is also possible to have a class define its own containment relationship using the GHAContainedBy attribute.
Top
Properties
  NameDescription
Public propertyContainedTypes
Top
See Also