C# Class SampleLibraryUI.Examples.DropDownExample

Inheritance: DSCoreNodesUI.DSDropDownBase
Show file Open project: DynamoDS/DynamoSamples

Public Methods

Method Description
BuildOutputAst ( List inputAstNodes ) : IEnumerable
DropDownExample ( ) : System.Collections.Generic

Protected Methods

Method Description
PopulateItemsCore ( string currentSelection ) : SelectionState

Method Details

BuildOutputAst() public method

public BuildOutputAst ( List inputAstNodes ) : IEnumerable
inputAstNodes List
return IEnumerable

DropDownExample() public method

public DropDownExample ( ) : System.Collections.Generic
return System.Collections.Generic

PopulateItemsCore() protected method

protected PopulateItemsCore ( string currentSelection ) : SelectionState
currentSelection string
return SelectionState