C# Class withSIX.Play.Tests.Core.Unit.Playground.BundleConverter

显示文件 Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
BundleConverter ( ) : AutoMapper
LoadFromBundle ( IAbsoluteFilePath filePath ) : CustomCollection
SaveAsBundle ( CustomCollection collection, IAbsoluteDirectoryPath destination ) : void

Private Methods

Method Description
CreateBundle ( CustomCollection collection ) : Bundle
CreateBundleDto ( Bundle bundle ) : BundleDto
CreateMapper ( ) : IMapper
CreateModSet ( Bundle bundle ) : CustomCollection
GetBundleFileName ( Bundle bundle ) : string
ReadBundleFromDisk ( IAbsoluteFilePath filePath ) : Bundle
WriteBundleToDisk ( Bundle bundle, IAbsoluteDirectoryPath destination ) : void

Method Details

BundleConverter() public method

public BundleConverter ( ) : AutoMapper
return AutoMapper

LoadFromBundle() public method

public LoadFromBundle ( IAbsoluteFilePath filePath ) : CustomCollection
filePath IAbsoluteFilePath
return CustomCollection

SaveAsBundle() public method

public SaveAsBundle ( CustomCollection collection, IAbsoluteDirectoryPath destination ) : void
collection CustomCollection
destination IAbsoluteDirectoryPath
return void