Freigeben über


ObjectMarshaller Class

Definition

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

Applies to