Exemple #1
0
 internal object SetPropertyValue(string inPropertyName, object inValue)
 {
     return(ReflectionHelper.SetProperty(this, inPropertyName, inValue, true));
 }
Exemple #2
0
 internal object GetPropertyValue(string inPropertyName)
 {
     return(ReflectionHelper.GetProperty(this, inPropertyName, false));
 }