Click or drag to resize
ReflectionDeserialiseObject Method (Type, ListTupleString, String, Boolean)
deserialise an object from a list of tuple string,string s

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Object DeserialiseObject(
	Type objectType,
	List<Tuple<string, string>> objectFieldNameAndValues,
	bool ignoreErrors = true
)

Parameters

objectType
Type: SystemType
objectFieldNameAndValues
Type: System.Collections.GenericListTupleString, String
field name,field val
ignoreErrors (Optional)
Type: SystemBoolean

Return Value

Type: Object
See Also