IDataFactoryT Interface
Interface for a DataFactory implementation class.
Namespace: Common.Core.InterfacesAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
public interface IDataFactory<T>
where T : class
Type Parameters
- T
- Generic class or interface.
Data | Gets or sets the collection of objects. |
TotalCount | Gets the total number of objects available. |
Find | Finds 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. |
Serialize | Serialize a collection of objects to a specified file location. |
Update | Updates an object with data from another of the same kind. |