TreeInspector
Inspector that maintains an attribute bag.
Initializers
using AlibabaCloud.SDK.ROS.CDK.Core;
new TreeInspector();
Name | Type | Description |
---|---|---|
Methods
Name | Description |
---|---|
AddAttribute |
Adds attribute to bag. |
AddAttribute
private void AddAttribute(string Key, object Value)
Adds attribute to bag.
Keys should be added by convention to prevent conflicts
- Type: string
key for metadata.
- Type: object
value of metadata.
Properties
Name | Type | Description |
---|---|---|
Attributes |
System.Collections.Generic.IDictionary |
Represents the bag of attributes as key-value pairs. |
Attributes
Required
public System.Collections.Generic.IDictionary<string, object> Attributes { get; }
- Type: System.Collections.Generic.IDictionary
Represents the bag of attributes as key-value pairs.