Interface IPropertyNode
Interface for node contains named property
Namespace: Ceres.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public interface IPropertyNode
Methods
GetPropertyName()
Declaration
string GetPropertyName()
Returns
| Type | Description |
|---|---|
| string |
SetPropertyName(string)
Declaration
void SetPropertyName(string propertyName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | propertyName |