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