C# Class Prototype.Platform.Logging.CommandHandlerRecordCollection

Afficher le fichier Open project: paralect/prototype

Méthodes publiques

Méthode Description
CommandHandlerRecordCollection ( List records ) : System

Initializes a new instance of the T:System.Object class.

FromBson ( BsonValue doc ) : CommandHandlerRecordCollection

From Bson

Method Details

CommandHandlerRecordCollection() public méthode

Initializes a new instance of the T:System.Object class.
public CommandHandlerRecordCollection ( List records ) : System
records List
Résultat System

FromBson() public static méthode

From Bson
public static FromBson ( BsonValue doc ) : CommandHandlerRecordCollection
doc BsonValue
Résultat CommandHandlerRecordCollection