Class Repository
Inheritance
System.Object
Repository
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TcOpen.Inxton.Data.InMemory
Assembly: TcOpen.Inxton.Data.InMemory.dll
Syntax
public static class Repository
Methods
| Improve this Doc View SourceFactory<T>(InMemoryRepositorySettings<T>)
Declaration
public static IRepository<T> Factory<T>(this InMemoryRepositorySettings<T> parameters)
where T : IBrowsableDataObject
Parameters
Type | Name | Description |
---|---|---|
InMemoryRepositorySettings<T> | parameters |
Returns
Type | Description |
---|---|
IRepository<T> |
Type Parameters
Name | Description |
---|---|
T |