Exemple #1
0
 protected override void Configure(Config.IConfiguration config)
 {
     config.ObjectClass(typeof(Item)).ObjectField("_typedDateTime").Indexed(true);
 }
Exemple #2
0
 protected override void ConfigureForTest(Config.IConfiguration config)
 {
     config.ObjectClass(typeof(Item)).ObjectField("_asInteger").Indexed(true);
 }