C# Class Lemon.Transform.BsonDataRow

Afficher le fichier Open project: dream-365/lemon Class Usage Examples

Méthodes publiques

Méthode Description
BsonDataRow ( ) : MongoDB.Bson
BsonDataRow ( BsonDocument document ) : MongoDB.Bson
CombineWith ( BsonDataRow row ) : void
GetValue ( string name ) : BsonValue
SetValue ( string name, BsonValue value ) : void

Method Details

BsonDataRow() public méthode

public BsonDataRow ( ) : MongoDB.Bson
Résultat MongoDB.Bson

BsonDataRow() public méthode

public BsonDataRow ( BsonDocument document ) : MongoDB.Bson
document BsonDocument
Résultat MongoDB.Bson

CombineWith() public méthode

public CombineWith ( BsonDataRow row ) : void
row BsonDataRow
Résultat void

GetValue() public méthode

public GetValue ( string name ) : BsonValue
name string
Résultat BsonValue

SetValue() public méthode

public SetValue ( string name, BsonValue value ) : void
name string
value BsonValue
Résultat void