C# Class ServiceInsight.MessageProperties.ErrorHeaderViewModel

Inheritance: HeaderInfoViewModelBase, IPropertyDataProvider
显示文件 Open project: Particular/ServiceInsight Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ErrorHeaderViewModel ( IEventAggregator eventAggregator, IContentDecoder decoder, MessageSelectionContext selectionContext ) : System

Protected Methods

Method Description
ClearHeaderValues ( ) : void
MapHeaderKeys ( ) : void

Method Details

ClearHeaderValues() protected method

protected ClearHeaderValues ( ) : void
return void

ErrorHeaderViewModel() public method

public ErrorHeaderViewModel ( IEventAggregator eventAggregator, IContentDecoder decoder, MessageSelectionContext selectionContext ) : System
eventAggregator IEventAggregator
decoder IContentDecoder
selectionContext ServiceInsight.MessageList.MessageSelectionContext
return System

MapHeaderKeys() protected method

protected MapHeaderKeys ( ) : void
return void