Class ApiDataCollection
Inheritance
ApiDataCollection
Assembly: Ascon.Polynom.Api.dll
Syntax
public class ApiDataCollection : IDisposable
Constructors
ApiDataCollection(ApiObjectIdentifier, IReadOnlyList<object>, bool)
Declaration
public ApiDataCollection(ApiObjectIdentifier enumeratorId, IReadOnlyList<object> objects, bool isAll = true)
Parameters
Properties
EnumeratorId
Declaration
public ApiObjectIdentifier EnumeratorId { get; }
Property Value
IsAll
Declaration
public bool IsAll { get; }
Property Value
Objects
Declaration
public IReadOnlyList<object> Objects { get; }
Property Value
Methods
Dispose()
Declaration
public virtual void Dispose()
Implements