C# Class CloudWatchAppender.Services.MetricDatumEventMessageParser

Inheritance: CloudWatchAppender.Services.EventMessageParserBase
Afficher le fichier Open project: camitz/CloudWatchAppender Class Usage Examples

Méthodes publiques

Méthode Description
GetParsedData ( ) : IEnumerable
MetricDatumEventMessageParser ( string renderedMessage, bool useOverrides = true ) : System

Méthodes protégées

Méthode 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 méthode

protected FillName ( CloudWatchAppender.Services.AppenderValue value ) : bool
value CloudWatchAppender.Services.AppenderValue
Résultat bool

GetParsedData() public méthode

public GetParsedData ( ) : IEnumerable
Résultat IEnumerable

IsSupportedName() protected méthode

protected IsSupportedName ( string t0 ) : bool
t0 string
Résultat bool

LocalParse() protected méthode

protected LocalParse ( List &tokens, string sNum ) : void
tokens List
sNum string
Résultat void

MetricDatumEventMessageParser() public méthode

public MetricDatumEventMessageParser ( string renderedMessage, bool useOverrides = true ) : System
renderedMessage string
useOverrides bool
Résultat System

NewDatum() protected méthode

protected NewDatum ( ) : void
Résultat void

SetDefaults() protected méthode

protected SetDefaults ( ) : void
Résultat void