The NxInfo type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| NxInfo | Initializes a new instance of the NxInfo class |
Methods
| Name | Description | |
|---|---|---|
| Add |
Add Object with unique basetype to container
(Inherited from DynamicJson.) | |
| GetMember |
Get member from container with specified name
(Inherited from DynamicJson.) | |
| SetMember |
Set member in container to specified value
(Inherited from DynamicJson.) | |
| TryGetMember |
Try to get member from container with specified name
(Inherited from DynamicJson.) | |
| TrySetMember |
Try to set member in container to specified value
(Inherited from DynamicJson.) |
Extension Methods
| Name | Description | |
|---|---|---|
| As T | (Defined by NxInfoExtensions.) | |
| AsGenericObject | (Defined by NxInfoExtensions.) | |
| If | (Defined by DynamicJsonExtensions.) | |
| Switch | (Defined by DynamicJsonExtensions.) |
Properties
| Name | Description | |
|---|---|---|
| Id | Identifier of the object.
If the chosen identifier is already in use, the engine automatically sets another one.
This parameter is optional. If an identifier is not set, the engine automatically sets one. | |
| Type | Type of the object.
This parameter is mandatory. |
See Also