Click or drag to resize
Askia

IRecordEntitiesOwnerTEntityType Interface

Generic interface for record collections with ownership

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public interface IRecordEntitiesOwner<TEntityType> : IEnumerable<TEntityType>, 
	IEnumerable

Type Parameters

TEntityType
Type of record in the collection

The IRecordEntitiesOwnerTEntityType type exposes the following members.

Properties
  NameDescription
Public propertyItem
Finds a record entity by id
Top
Methods
  NameDescription
Public methodCreate
Creates a new element
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableTEntityType.)
Top
Remarks
TODO::Maybe change the name of to IRecordEntityCollection and use a method GetById() instead of the brackets accessor
See Also