IDataFactoryT Interface

Interface for a DataFactory implementation class.

Definition

Namespace: Common.Core.Interfaces
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public interface IDataFactory<T>
where T : class

Type Parameters

T
Generic class or interface.

Properties

DataGets or sets the collection of objects.
TotalCountGets the total number of objects available.

Methods

FindFinds an object in the collection.
Get(Int32)Gets a collection of objects.
Get(String, String, Int32)Gets a collection of objects from a disk file.
SerializeSerialize a collection of objects to a specified file location.
UpdateUpdates an object with data from another of the same kind.

See Also