C# Class ServiceInsight.DiagramLegend.DiagramLegendViewModel

Inheritance: Caliburn.Micro.Screen
显示文件 Open project: Particular/ServiceInsight

Public Methods

Method Description
DiagramLegendViewModel ( ) : System.Collections.ObjectModel

Protected Methods

Method Description
OnViewLoaded ( object view ) : void

Private Methods

Method Description
CreateCommandMessage ( ) : DiagramVisualItem
CreateConversationStartMessage ( ) : DiagramVisualItem
CreateErrorHandler ( ) : DiagramVisualItem
CreateEventMessage ( ) : DiagramVisualItem
CreateHandler ( ) : DiagramVisualItem
CreateLocalSendCommandMessage ( ) : DiagramVisualItem
CreateTimeoutMessage ( ) : DiagramVisualItem
GenerateLegendData ( ) : void

Method Details

DiagramLegendViewModel() public method

public DiagramLegendViewModel ( ) : System.Collections.ObjectModel
return System.Collections.ObjectModel

OnViewLoaded() protected method

protected OnViewLoaded ( object view ) : void
view object
return void