Class JsonTextDataProvider
Inheritance
System.Object
JsonTextDataProvider
Implements
IDataProvider<System.String>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Common.Data.Providers
Assembly: Mars.Common.dll
Syntax
public class JsonTextDataProvider : IDataProvider<string>
Methods
| Improve this Doc View SourceImport(String, InputConfiguration)
Declaration
public IEnumerable<IDomainData> Import(string input, InputConfiguration inputConfiguration = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | input | |
InputConfiguration | inputConfiguration |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IDomainData> |