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