C# Class ServiceInsight.MessageViewers.HexViewer.HexContentViewModel

Inheritance: Caliburn.Micro.Screen, IDisplayMessageBody
ファイルを表示 Open project: Particular/ServiceInsight Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
Display ( StoredMessage selectedMessage ) : void

Protected Methods

Method Description
OnActivate ( ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

Display() public method

public Display ( StoredMessage selectedMessage ) : void
selectedMessage ServiceInsight.Models.StoredMessage
return void

OnActivate() protected method

protected OnActivate ( ) : void
return void