Class DeviceTagCollection
Represents the collection of tags in a device
[Endpoint("/config/v1/project/channels/{channelName}/devices/{deviceName}/tags", null)]
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.