Table of Contents

Constructor PropertyMapping

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

PropertyMapping()

Initializes a new instance of the PropertyMapping class.

public PropertyMapping()

PropertyMapping(string, string)

Initializes a new instance of the PropertyMapping class with the specified property name and source selector.

public PropertyMapping(string name, string selector)

Parameters

name string

The name of the property that will be assigned by this mapping.

selector string

A string that will be used to select the input source that will assign values to this property mapping.