NodeSearchElement
Base class for all Dynamo Node search elements.
Constructors
No public constructors defined
Methods
| IEnumerable<String> SplitCategoryName(String categoryName) | stability index:1 |
|---|---|
| Return Value: A list of output | |
| Split a category name into individual category names splitting be DEFAULT_DELIMITER | |
| categoryName | |
| The name |
| void ProduceNode( ) | stability index:1 |
|---|---|
| Return Value: none | |
| Produces a new Node, via the ItemProduced event. |
Properties
| Boolean IsVisibleInSearch {get;set;} | stability index:1 |
|---|---|
| Specified whether or not this entry should appear in search. |
| String CreationName {get;} | stability index:1 |
|---|---|
| The name that is used during node creation |
| ICollection<String> Categories {get;} | stability index:1 |
|---|---|
| List of nested categories this search element is contained in. |
| String FullName {get;} | stability index:1 |
|---|---|
| The full name of entry which consists of category name and entry name. |
| String FullCategoryName {get;set;} | stability index:1 |
|---|---|
| The category name of this node. |
| String Name {get;set;} | stability index:1 |
|---|---|
| The name of this entry as it appears in the library. |
| String Parameters {get;set;} | stability index:1 |
|---|---|
| The parameters of this entry, used for overloaded nodes. |
| ICollection<String> SearchKeywords {get;} | stability index:1 |
|---|---|
| Collection of keywords which can be used to search for this element. |
| String Description {get;set;} | stability index:1 |
|---|---|
| Description of the node. |
| SearchElementGroup Group {get;set;} | stability index:1 |
|---|---|
| Group to which Node belongs to |
| String Assembly {get;set;} | stability index:1 |
|---|---|
| Group to which Node belongs to |
| ElementTypes ElementType {get;set;} | stability index:1 |
|---|---|
| Indicates whether it is custom node or zero-touch element. And whether this element comes from package or not. |
Events
| ItemProduced** | stability index:1 |
|---|---|
| Event fired when this search element produces a new NodeModel. This typically happens when it is selected in the library by the user. |