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