C# Class eas.modules.PowerBIHtmlNormalization2

Inheritance: INormalize
Afficher le fichier Open project: dream-365/lemon

Méthodes publiques

Méthode Description
Normalize ( Stream stream, object>.IDictionary context ) : BsonDocument

Méthodes protégées

Méthode Description
ThrowExceptionIfNull ( object obj, string message ) : void

Private Methods

Méthode Description
ParseDateTimeNode ( HtmlNode dateTimeNode ) : System.DateTime
ParseMessageViewNode ( HtmlNode messageViewNode ) : BsonDocument

Method Details

Normalize() public méthode

public Normalize ( Stream stream, object>.IDictionary context ) : BsonDocument
stream Stream
context object>.IDictionary
Résultat BsonDocument

ThrowExceptionIfNull() protected méthode

protected ThrowExceptionIfNull ( object obj, string message ) : void
obj object
message string
Résultat void