Provides methods for retrieving a representation of an ExpandoObject or its properties based on a corresponding key.
Inheritance Hierarchy
Relativity.Services.Objects.Extensions.ExpandoObjectExtensions
Namespace: Relativity.Services.Objects.Extensions
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The ExpandoObjectExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | FixCaseForKey |
Finds the case-sensitive representation of a key that a ExpandoObject is using.
|
![]() ![]() | GetPropertyWithKey<T> |
Returns the ExpandoObject property corresponding to the key passed in.
|
![]() ![]() | ToFileObject |
Converts an ExpandoObject that represents a file (such as that returned by query/queryslim for file fields) into a FileObject model.
|
See Also