TransformHelpers. CheckForRequiredKeys Method

Relativity Kepler

[Missing <summary> documentation for "M:Relativity.Kepler.Serialization.TransformHelpers.CheckForRequiredKeys(System.Dynamic.ExpandoObject,System.Collections.Generic.List{System.String})"]

Namespace:  Relativity.Kepler.Serialization
Assembly:  Relativity.Kepler (in Relativity.Kepler.dll) Version: local build
Syntax

C#
public static void CheckForRequiredKeys(
	ExpandoObject expando,
	List<string> requiredKeys
)

Parameters

expando
Type: System.Dynamic.ExpandoObject

[Missing <param name="expando"/> documentation for "M:Relativity.Kepler.Serialization.TransformHelpers.CheckForRequiredKeys(System.Dynamic.ExpandoObject,System.Collections.Generic.List{System.String})"]

requiredKeys
Type: System.Collections.Generic.List<String>

[Missing <param name="requiredKeys"/> documentation for "M:Relativity.Kepler.Serialization.TransformHelpers.CheckForRequiredKeys(System.Dynamic.ExpandoObject,System.Collections.Generic.List{System.String})"]

See Also

Reference