C# Класс BcsExplorerDemo.Controls.GridHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
CreateAgentGrid ( BcsAtomicAgentNode agent ) : UIElement
CreateComplexGrid ( BcsComplexNode complex ) : Grid
CreateEntityGrid ( BcsEntityNode entity ) : Grid
CreateReactantGrid ( BcsReactantNode reactant ) : Grid
CreateReactionGrid ( BcsReactionNode reaction ) : Grid

Приватные методы

Метод Описание
AddColumnControlToGrid ( Grid grid, UIElement control, int row ) : void
AddEmptyRow ( Grid grid ) : void
AddReactionSymbolColumn ( Grid grid, string label ) : void
AddRowControlToGrid ( Grid grid, UIElement control ) : void

Описание методов

CreateAgentGrid() публичный статический Метод

public static CreateAgentGrid ( BcsAtomicAgentNode agent ) : UIElement
agent BcsResolver.Parser.BcsAtomicAgentNode
Результат UIElement

CreateComplexGrid() публичный статический Метод

public static CreateComplexGrid ( BcsComplexNode complex ) : Grid
complex BcsResolver.Parser.BcsComplexNode
Результат System.Windows.Controls.Grid

CreateEntityGrid() публичный статический Метод

public static CreateEntityGrid ( BcsEntityNode entity ) : Grid
entity BcsResolver.Parser.BcsEntityNode
Результат System.Windows.Controls.Grid

CreateReactantGrid() публичный статический Метод

public static CreateReactantGrid ( BcsReactantNode reactant ) : Grid
reactant BcsResolver.Parser.BcsReactantNode
Результат System.Windows.Controls.Grid

CreateReactionGrid() публичный статический Метод

public static CreateReactionGrid ( BcsReactionNode reaction ) : Grid
reaction BcsResolver.Parser.BcsReactionNode
Результат System.Windows.Controls.Grid