Table of Contents

Class DeviceTagGroupTagCollection

Namespace
Kepware.Api.Model
Assembly
Kepware.Api.dll

Represents the collection of tag in a tag group

[RecursiveEndpoint("/config/v1/project/channels/{channelName}/devices/{deviceName}", "/tag_groups/{groupName}", typeof(DeviceTagGroup), "/tags")]
public class DeviceTagGroupTagCollection : EntityCollection<Tag>, IList<Tag>, ICollection<Tag>, IReadOnlyList<Tag>, IReadOnlyCollection<Tag>, IEnumerable<Tag>, IList, ICollection, IEnumerable, IHaveOwner
Inheritance
DeviceTagGroupTagCollection
Implements
Inherited Members

Constructors

DeviceTagGroupTagCollection()

Initializes a new instance of the DeviceTagGroupTagCollection class.

DeviceTagGroupTagCollection(IEnumerable<Tag>)

Initializes a new instance of the DeviceTagGroupTagCollection class.