C# Class BlockStudio.TreeNodes.TreeNodeManager

Show file Open project: LawrenceBotley/EthereumRpc-NET

Public Methods

Method Description
ExpandConnectionProperties ( ConnectionNode connectionNode ) : void
GetConnectionNode ( ) : ConnectionNode
RebuildTree ( ) : void
RefreshProject ( ) : void
UpdateAccountNode ( Account account ) : void
UpdateConnectionNodes ( ) : void
UpsertSolcFiles ( ) : void

Method Details

ExpandConnectionProperties() public static method

public static ExpandConnectionProperties ( ConnectionNode connectionNode ) : void
connectionNode ConnectionNode
return void

GetConnectionNode() public static method

public static GetConnectionNode ( ) : ConnectionNode
return ConnectionNode

RebuildTree() public static method

public static RebuildTree ( ) : void
return void

RefreshProject() public static method

public static RefreshProject ( ) : void
return void

UpdateAccountNode() public static method

public static UpdateAccountNode ( Account account ) : void
account BlockStudio.Project.Account
return void

UpdateConnectionNodes() public static method

public static UpdateConnectionNodes ( ) : void
return void

UpsertSolcFiles() public static method

public static UpsertSolcFiles ( ) : void
return void