ObjectMarshaller Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Marshal a specific type of object to a record.
public class ObjectMarshaller : Microsoft.PowerFx.ITypeMarshaller
type ObjectMarshaller = class
interface ITypeMarshaller
Public Class ObjectMarshaller
Implements ITypeMarshaller
- Inheritance
-
ObjectMarshaller
- Implements
Constructors
| ObjectMarshaller(Dictionary<String,ObjectMarshaller.FieldTypeAndValueMarshallerGetter>, Type) |
Initializes a new instance of the ObjectMarshaller class. |
Properties
| FieldNames | |
| Type |
Strongly typed wrapper for Type. |
Methods
| Marshal(Object) |
Marshal an dotnet object instance to a FormulaValue or throws on error. If value is null, then this returns a blank value. |
Explicit Interface Implementations
| ITypeMarshaller.Type | System.Object.Microsoft#PowerFx#ITypeMarshaller#Type |