ExpandoObjectExtensions Class

Relativity Services API
Provides methods for retrieving a representation of an ExpandoObject or its properties based on a corresponding key.
Inheritance Hierarchy

System.Object
  Relativity.Services.Objects.Extensions.ExpandoObjectExtensions

Namespace:  Relativity.Services.Objects.Extensions
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public static class ExpandoObjectExtensions

The ExpandoObjectExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberFixCaseForKey
Finds the case-sensitive representation of a key that a ExpandoObject is using.
Public methodStatic memberGetPropertyWithKey<T>
Returns the ExpandoObject property corresponding to the key passed in.
Public methodStatic memberToFileObject
Converts an ExpandoObject that represents a file (such as that returned by query/queryslim for file fields) into a FileObject model.
Top
See Also

Reference