Table of Contents

Constructor PropertyId

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

PropertyId(string, string)

Creates a new identifier for a node property.

public PropertyId(string nodeId, string propertyName)

Parameters

nodeId string

The ID of the node that owns the property.

propertyName string

The name of the exposed property on that node.