C# Class CSMongo.Results.AssertInfoResult

Information related to assertions by the database
Inheritance: MethodResult
Show file Open project: hugoware/CSMongo

Public Methods

Method Description
AssertInfoResult ( BsonObject document ) : System

Creates a new container for an AssertInfo response

Method Details

AssertInfoResult() public method

Creates a new container for an AssertInfo response
public AssertInfoResult ( BsonObject document ) : System
document BsonObject
return System