TransformHelpers
DynamicToStatic
public static bool DoesOneOfTheseKeysExist(ExpandoObject expando, List<string> requiredKeys, bool willThrow = true)
Checks an Expando Object for at least one of the given keys.
Check an expando object for a given key.
Converts an expected List of objects to a List of Guids.
Attempts to convert an expected Long to an Integer.
Converts a List of Objects to a List of a Type, where the Type is determined by the Type of the first object in the list.