Method | Description | |
---|---|---|
AddTag ( string tag ) : |
Add a tag to the device.
|
|
AddTags ( ICollection tags ) : |
Add tags to the device.
|
|
Apply ( ) : void |
Apply the tag changes.
|
|
Clear ( ) : |
Clear tags before executing add/remove operations.
|
|
RemoveTag ( string tag ) : |
Remove a tag from the device
|
|
RemoveTags ( ICollection tags ) : |
Remove tags from the device.
|
|
TagEditor ( Action onApply ) : System |
public AddTag ( string tag ) : |
||
tag | string | The tag to add. |
return |
public AddTags ( ICollection tags ) : |
||
tags | ICollection | Tags to add. |
return |
public RemoveTag ( string tag ) : |
||
tag | string | Tag to remove. |
return |
public RemoveTags ( ICollection tags ) : |
||
tags | ICollection | Tags to remove. |
return |