TransformHelpers public static class TransformHelpers Documentation public static void CheckForRequiredKeys(ExpandoObject expando, List<string> requiredKeys) public static bool DoesOneOfTheseKeysExist(ExpandoObject expando, List<string> requiredKeys, bool willThrow = true) public static bool ExpandoContainsKey(ExpandoObject expando, string key) public static List<Guid> ObjectAsListObjectToListGuid(object input, string propertyName) public static int ObjectAsLongToInt(object input, string propertyName) public static object ObjectListToTypedList(object input, string propertyName)