C# Class SpecAid.SetTranslations.StringSetTranslation

Inheritance: ISetTranslation
Afficher le fichier Open project: ITAGroup/SpecAid

Méthodes publiques

Méthode Description
Do ( PropertyInfo info, object target, object newItem ) : object
UseWhen ( PropertyInfo info, object target, object newItem ) : bool

Method Details

Do() public méthode

public Do ( PropertyInfo info, object target, object newItem ) : object
info System.Reflection.PropertyInfo
target object
newItem object
Résultat object

UseWhen() public méthode

public UseWhen ( PropertyInfo info, object target, object newItem ) : bool
info System.Reflection.PropertyInfo
target object
newItem object
Résultat bool