Class DomainDataMediatorImpl
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.Core.Data
Assembly: Mars.Core.dll
Syntax
public class DomainDataMediatorImpl
Methods
| Improve this Doc View SourceRead(TypeMapping)
Declaration
public IEnumerable<IDomainData> Read(TypeMapping mapping)
Parameters
Type | Name | Description |
---|---|---|
TypeMapping | mapping |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IDomainData> |
Read(IEnumerable<Input>)
Declaration
public IEnumerable<IDomainData> Read(IEnumerable<Input> sources)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Input> | sources |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IDomainData> |
Read<T>(IEnumerable<Input>)
Declaration
public IEnumerable<T> Read<T>(IEnumerable<Input> sources)
where T : new()
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Input> | sources |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T> |
Type Parameters
Name | Description |
---|---|
T |