InPortDescriptionsAttribute
Indicates input ports' description
Constructors
| Object InPortDescriptionsAttribute(Type resourceType,String[] resourceNames) |
stability index:1 |
| Return Value: none |
|
| Loads ports descriptions from resource. |
|
| resourceType |
|
| resource type, i.e. type of resource class specified in .resx file |
|
| resourceNames |
|
| resource names |
|
| Object InPortDescriptionsAttribute(String[] descriptions) |
stability index:1 |
| Return Value: none |
|
| Loads ports descriptions, that are specified directly in Attribute. |
|
| descriptions |
|
|
|
Methods
No public methods defined
Properties
| IEnumerable<String> PortDescriptions {get;} |
stability index:1 |
| Port descriptions, that are shown in Dynamo. |
|
Events
No public events defined