C# Class Lemon.Transform.MongoValueSetter

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

Public Methods

Method Description
Apply ( ) : void
MongoValueSetter ( IMongoCollection collection, object id, string primaryKey, bool isUpsert = true ) : MongoDB.Bson
SetValue ( string name, BsonValue value ) : void

Method Details

Apply() public method

public Apply ( ) : void
return void

MongoValueSetter() public method

public MongoValueSetter ( IMongoCollection collection, object id, string primaryKey, bool isUpsert = true ) : MongoDB.Bson
collection IMongoCollection
id object
primaryKey string
isUpsert bool
return MongoDB.Bson

SetValue() public method

public SetValue ( string name, BsonValue value ) : void
name string
value BsonValue
return void