Class NodePropertyAttribute
Class NodePropertyAttribute. Implements the Attribute
Namespace: Global Namespace
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class NodePropertyAttribute : Attribute, _Attribute
Constructors
NodePropertyAttribute(String, Boolean)
Initializes a new instance of the NodePropertyAttribute class.
Declaration
public NodePropertyAttribute(string name = "", bool exposed = true)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name | The name. |
| Boolean | exposed | if set to |
Fields
DefaultExposed
The default exposed state
Declaration
public bool DefaultExposed
Field Value
| Type | Description |
|---|---|
| Boolean |
TypeName
The type name
Declaration
public string TypeName
Field Value
| Type | Description |
|---|---|
| String |