C# Class eas.modules.PowerBIHtmlNormalization2

Inheritance: INormalize
Datei anzeigen Open project: dream-365/lemon

Public Methods

Method Description
Normalize ( Stream stream, object>.IDictionary context ) : BsonDocument

Protected Methods

Method Description
ThrowExceptionIfNull ( object obj, string message ) : void

Private Methods

Method Description
ParseDateTimeNode ( HtmlNode dateTimeNode ) : System.DateTime
ParseMessageViewNode ( HtmlNode messageViewNode ) : BsonDocument

Method Details

Normalize() public method

public Normalize ( Stream stream, object>.IDictionary context ) : BsonDocument
stream Stream
context object>.IDictionary
return BsonDocument

ThrowExceptionIfNull() protected method

protected ThrowExceptionIfNull ( object obj, string message ) : void
obj object
message string
return void