DynamicToStatic
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() ![]() | CheckForRequiredKeys | |
![]() ![]() | DoesOneOfTheseKeysExist |
Checks an Expando Object for at least one of the given keys.
|
![]() ![]() | ExpandoContainsKey |
Check an expando object for a given key.
|
![]() ![]() | ObjectAsListObjectToListGuid |
Converts an expected List of objects to a List of Guids.
|
![]() ![]() | ObjectAsLongToInt |
Attempts to convert an expected Long to an Integer.
|
![]() ![]() | ObjectListToTypedList |
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.
|
See Also