Click or drag to resize

GHAClassAttribute Constructor

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

Initializes a new instance of the GHAClassAttribute class

Namespace:  GHASchema.Attributes
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public GHAClassAttribute(
	string friendlyName = "",
	string category = "",
	bool isWebViewable = false
)

Parameters

friendlyName (Optional)
Type: SystemString

[Missing <param name="friendlyName"/> documentation for "M:GHASchema.Attributes.GHAClassAttribute.#ctor(System.String,System.String,System.Boolean)"]

category (Optional)
Type: SystemString

[Missing <param name="category"/> documentation for "M:GHASchema.Attributes.GHAClassAttribute.#ctor(System.String,System.String,System.Boolean)"]

isWebViewable (Optional)
Type: SystemBoolean

[Missing <param name="isWebViewable"/> documentation for "M:GHASchema.Attributes.GHAClassAttribute.#ctor(System.String,System.String,System.Boolean)"]

See Also