C# Class SpecAid.SetTranslations.GuidToStringSetTranslation
Exibir arquivo
Open project: ITAGroup/SpecAid
Public Methods
Method |
Description |
|
Do ( PropertyInfo info, object target, object newItem ) : object |
|
|
UseWhen ( PropertyInfo info, object target, object newItem ) : bool |
|
|
Private Methods
Method Details
public Do ( PropertyInfo info, object target, object newItem ) : object |
info |
System.Reflection.PropertyInfo |
|
target |
object |
|
newItem |
object |
|
return |
object |
|
public UseWhen ( PropertyInfo info, object target, object newItem ) : bool |
info |
System.Reflection.PropertyInfo |
|
target |
object |
|
newItem |
object |
|
return |
bool |
|