<PackageReference Include="Relativity.ObjectManager" Version="12.1.171.20" />

TransformHelpers

public static class TransformHelpers
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)