Table of Contents

Class PropertyId

Namespace
Pinwheel.Vista.ExposeProperty
Assembly
Pinwheel.Vista.Runtime.dll
[Serializable]
public class PropertyId : IEquatable<PropertyId>
Inheritance
PropertyId
Implements
Inherited Members

Constructors

PropertyId(string, string)

Creates a new identifier for a node property.

Properties

nodeId

Gets the ID of the node that owns the exposed property.

propertyName

Gets the name of the exposed CLR property on the node type.

Methods

Equals(PropertyId)

Tests whether this identifier refers to the same node property as another identifier.

ToString()

Returns the identifier in nodeId.propertyName form.