Share

XQuiSoft Core Including Provider Support

File Release Notes and Changelog

Release Name: version 1.6.5000.0

Notes:
** 1.6.5000.0
XQuiSoft.Reflection
Renamed GetPropertyValue to GetMemberValue
Renamed SetPropertyValue to SetMemberValue
Added EvaluateMethod, and EvaluateProperty each with two overloads.  One evaluates static members, and the other instance memers.
GetMemberValue works with subproperties as many levels deep as desired.
SetMemberValue works with subproperties as many levels deep as desired.
Fix SetMemberValue (renamed from SetPropertyValue) bug - was not using converted value to set property, but was using the string version of value.
	- Also updated logic to convert value before attempting the reflection set property call.
Added GetProperty

XQuiSoft.Provider
+ fix bug in providerSettings when constructed with an XmlAttributeCollection. 
	It now calls this() instead of base() so the parameters collection gets
	initialized.
+ implement IList on ProviderCollection.
+ Added MethodResult class
+ changed return type of ProviderBase.Install() and ProviderBase.UnInstall()
	from StringCollection to MethodResult


Changes: