Esempio n. 1
0
		public static void SetIndexedConfiguration(ArrayList fieldname, string className, ArrayList isIndexed)
		{
			ClassPropertiesTable classtable = new ClassPropertiesTable(className);
			classtable.SetIndex(fieldname, className, isIndexed);
		}
Esempio n. 2
0
		public static ClassPropertiesTable GetClassProperties(string classname)
		{
			ClassPropertiesTable classtable = new ClassPropertiesTable(classname);            
			return classtable.GetClassProperties();
		}