Class Test2AutoObjectMappingProvider<TContext>
Inheritance
object
Test2AutoObjectMappingProvider<TContext>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.ObjectMapping
Assembly: Volo.Abp.ObjectMapping.Tests.dll
Syntax
public class Test2AutoObjectMappingProvider<TContext> : IAutoObjectMappingProvider<TContext>, IAutoObjectMappingProvider
Type Parameters
| Name | Description |
|---|---|
| TContext |
Constructors
Test2AutoObjectMappingProvider()
Declaration
public Test2AutoObjectMappingProvider()
Methods
Map<TSource, TDestination>(TSource, TDestination)
Declaration
public TDestination Map<TSource, TDestination>(TSource source, TDestination destination)
Parameters
| Type | Name | Description |
|---|---|---|
| TSource | source | |
| TDestination | destination |
Returns
| Type | Description |
|---|---|
| TDestination |
Type Parameters
| Name | Description |
|---|---|
| TSource | |
| TDestination |
Map<TSource, TDestination>(object)
Declaration
public TDestination Map<TSource, TDestination>(object source)
Parameters
| Type | Name | Description |
|---|---|---|
| object | source |
Returns
| Type | Description |
|---|---|
| TDestination |
Type Parameters
| Name | Description |
|---|---|
| TSource | |
| TDestination |