Table of Contents

Constructor PropertyOverride

Namespace
Pinwheel.Vista.ExposeProperty
Assembly
Pinwheel.Vista.Runtime.dll

PropertyOverride(string, string)

Creates a new override entry targeting a specific node property.

public PropertyOverride(string nodeId, string propertyName)

Parameters

nodeId string

The ID of the node that owns the exposed property.

propertyName string

The name of the exposed property on that node.