C# Class Alexandria.Client.Infrastructure.CollectionExtensions

Show file Open project: ayende/Alexandria

Public Methods

Method Description
UpdateFrom ( this collection, IEnumerable mergeSource ) : void

Private Methods

Method Description
GetImageSource ( byte image ) : BitmapImage
MergeValues ( BookModel bookModel, BookDTO bookDTO ) : void

Method Details

UpdateFrom() public static method

public static UpdateFrom ( this collection, IEnumerable mergeSource ) : void
collection this
mergeSource IEnumerable
return void