Class DeviceTagCollection
Represents the collection of tags in a device
[RecursiveEndpoint("/config/v1/project/channels/{channelName}/devices/{deviceName}", "/tag_groups/{groupName}", typeof(DeviceTagGroup), "/tags")]
public class DeviceTagCollection : EntityCollection<Tag>, IList<Tag>, ICollection<Tag>, IReadOnlyList<Tag>, IReadOnlyCollection<Tag>, IEnumerable<Tag>, IList, ICollection, IEnumerable, IHaveOwner
- Inheritance
-
DeviceTagCollection
- Implements
- Inherited Members
Constructors
- DeviceTagCollection()
Initializes a new instance of the DeviceTagCollection class.
- DeviceTagCollection(IEnumerable<Tag>)
Initializes a new instance of the DeviceTagCollection class.