C# Class SignLanguageEducationSystem.Infrastructure.MultiSelect.TwoListSynchronizer.DoNothingListItemConverter

An implementation that does nothing in the conversions.
Inheritance: IListItemConverter
Afficher le fichier Open project: huangfuyang/Sign-Language-with-Kinect

Méthodes publiques

Méthode Description
Convert ( object masterListItem ) : object

Converts the specified master list item.

ConvertBack ( object targetListItem ) : object

Converts the specified target list item.

Method Details

Convert() public méthode

Converts the specified master list item.
public Convert ( object masterListItem ) : object
masterListItem object The master list item.
Résultat object

ConvertBack() public méthode

Converts the specified target list item.
public ConvertBack ( object targetListItem ) : object
targetListItem object The target list item.
Résultat object