C# Class CloudWatchAppender.Services.MetricDatumEventMessageParser

Inheritance: CloudWatchAppender.Services.EventMessageParserBase
Mostra file Open project: camitz/CloudWatchAppender Class Usage Examples

Public Methods

Method Description
GetParsedData ( ) : IEnumerable
MetricDatumEventMessageParser ( string renderedMessage, bool useOverrides = true ) : System

Protected Methods

Method Description
FillName ( CloudWatchAppender.Services.AppenderValue value ) : bool
IsSupportedName ( string t0 ) : bool
LocalParse ( List &tokens, string sNum ) : void
NewDatum ( ) : void
SetDefaults ( ) : void

Method Details

FillName() protected method

protected FillName ( CloudWatchAppender.Services.AppenderValue value ) : bool
value CloudWatchAppender.Services.AppenderValue
return bool

GetParsedData() public method

public GetParsedData ( ) : IEnumerable
return IEnumerable

IsSupportedName() protected method

protected IsSupportedName ( string t0 ) : bool
t0 string
return bool

LocalParse() protected method

protected LocalParse ( List &tokens, string sNum ) : void
tokens List
sNum string
return void

MetricDatumEventMessageParser() public method

public MetricDatumEventMessageParser ( string renderedMessage, bool useOverrides = true ) : System
renderedMessage string
useOverrides bool
return System

NewDatum() protected method

protected NewDatum ( ) : void
return void

SetDefaults() protected method

protected SetDefaults ( ) : void
return void