| 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
Public Interface IRecordEntitiesOwner(Of TEntityType)
Inherits IEnumerable(Of TEntityType), IEnumerable
generic<typename TEntityType>
public interface class IRecordEntitiesOwner : IEnumerable<TEntityType>,
IEnumerable
Type Parameters
- TEntityType
- Type of record in the collection
The IRecordEntitiesOwnerTEntityType type exposes the following members.
Properties
| Name | Description |
---|
| Item |
Finds a record entity by id
|
TopMethods Remarks TODO::Maybe change the name of to IRecordEntityCollection and use a method GetById() instead of the brackets accessor
See Also