Class JsonRepositorySettings<T>
Provides JsonRepository<T> parameter
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.Json
Assembly: TcOpen.Inxton.Data.Json.dll
Syntax
public class JsonRepositorySettings<T> : RepositorySettings
Type Parameters
Name | Description |
---|---|
T | POCO twin type |
Constructors
| Improve this Doc View SourceJsonRepositorySettings(String)
Creates new instance of JsonRepositorySettings<T>
Declaration
public JsonRepositorySettings(string repositoryLocation)
Parameters
Type | Name | Description |
---|---|---|
System.String | repositoryLocation | Location for the Json files |
Properties
| Improve this Doc View SourceLocation
Gets location of Json file of the respective repository.
Declaration
public string Location { get; }
Property Value
Type | Description |
---|---|
System.String |