C# 클래스 Alexandria.Client.Infrastructure.CollectionExtensions

파일 보기 프로젝트 열기: ayende/Alexandria

공개 메소드들

메소드 설명
UpdateFrom ( this collection, IEnumerable mergeSource ) : void

비공개 메소드들

메소드 설명
GetImageSource ( byte image ) : BitmapImage
MergeValues ( BookModel bookModel, BookDTO bookDTO ) : void

메소드 상세

UpdateFrom() 공개 정적인 메소드

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