C# 클래스 FloydPink.Flickr.Downloadr.UI.Behaviors.TwoListSynchronizer.DoNothingListItemConverter

An implementation that does nothing in the conversions.
상속: IListItemConverter
파일 보기 프로젝트 열기: flickr-downloadr/flickr-downloadr

공개 메소드들

메소드 설명
Convert ( object masterListItem ) : object

Converts the specified master list item.

ConvertBack ( object targetListItem ) : object

Converts the specified target list item.

메소드 상세

Convert() 공개 메소드

Converts the specified master list item.
public Convert ( object masterListItem ) : object
masterListItem object The master list item.
리턴 object

ConvertBack() 공개 메소드

Converts the specified target list item.
public ConvertBack ( object targetListItem ) : object
targetListItem object The target list item.
리턴 object