TransformHelpers Class

Relativity Kepler
DynamicToStatic
Inheritance Hierarchy

System.Object
  Relativity.Kepler.Serialization.TransformHelpers

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

C#
public static class TransformHelpers

The TransformHelpers type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCheckForRequiredKeys
Public methodStatic memberDoesOneOfTheseKeysExist
Checks an Expando Object for at least one of the given keys.
Public methodStatic memberExpandoContainsKey
Check an expando object for a given key.
Public methodStatic memberObjectAsListObjectToListGuid
Converts an expected List of objects to a List of Guids.
Public methodStatic memberObjectAsLongToInt
Attempts to convert an expected Long to an Integer.
Public methodStatic memberObjectListToTypedList
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.
Top
See Also

Reference