C# Class Patterns.Specifications.Steps.Mapping.MappingSteps

Mostrar archivo Open project: patterns-group/code-patterns

Public Methods

Method Description
MappingSteps ( MappingContext context ) : System.Collections.Generic

Private Methods

Method Description
AssertMappedCollectionCount ( int count ) : void
AssertSourceCollectionMatchesDestination ( ) : void
AssertSourceMatchesDestination ( ) : void
CreateSingleSourceObject ( ) : void
CreateSourceObjectCollection ( int count ) : void
MapToDestinationCollection ( ) : void
MapToDestinationObject ( ) : void

Method Details

MappingSteps() public method

public MappingSteps ( MappingContext context ) : System.Collections.Generic
context Patterns.Specifications.Models.Mapping.MappingContext
return System.Collections.Generic