Table of Contents

Class EntityCollection<T>

Namespace
Kepware.Api.Model
Assembly
Kepware.Api.dll
public class EntityCollection<T> : List<T>, IList<T>, ICollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable, IHaveOwner where T : BaseEntity

Type Parameters

T
Inheritance
List<T>
EntityCollection<T>
Implements
Derived
Inherited Members

Constructors

EntityCollection()
EntityCollection(IEnumerable<T>)

Properties

Owner

The owner of the entity.