A convention that sets the id generator for a string member with a BSON representation of ObjectId.
Inheritance: ConventionBase, IPostProcessingConvention
Exemplo n.º 1
0
 public void OneTimeSetUp()
 {
     _subject = new StringObjectIdIdGeneratorConvention();
 }
 public void FixtureSetUp()
 {
     _subject = new StringObjectIdIdGeneratorConvention();
 }
 public StringObjectIdIdGeneratorConventionsTests()
 {
     _subject = new StringObjectIdIdGeneratorConvention();
 }