C# Class ServiceInsight.MessageProperties.GeneralHeaderViewModel

Inheritance: HeaderInfoViewModelBase, IPropertyDataProvider
ファイルを表示 Open project: Particular/ServiceInsight Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
ClearHeaderValues ( ) : void
DecodeHeader ( MessageBody message ) : IList
MapHeaderKeys ( ) : void

Method Details

ClearHeaderValues() protected method

protected ClearHeaderValues ( ) : void
return void

DecodeHeader() protected method

protected DecodeHeader ( MessageBody message ) : IList
message MessageBody
return IList

GeneralHeaderViewModel() public method

public GeneralHeaderViewModel ( 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