C# Class Lemon.Transform.MongoValueSetter

Inheritance: IValueSetter
Afficher le fichier Open project: dream-365/lemon

Méthodes publiques

Méthode 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 méthode

public Apply ( ) : void
Résultat void

MongoValueSetter() public méthode

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

SetValue() public méthode

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