Ejemplo n.º 1
0
 static PropertyMetaDatabase()
 {
     mapper = new AttributeToElementMap<PropertyMetaAttribute, PropertyMeta>();
     mapper.Update();
 }
 static PropertyDrawConditionDatabase()
 {
     mapper = new AttributeToElementMap <PropertyDrawConditionAttribute, PropertyDrawCondition>();
     mapper.Update();
 }
Ejemplo n.º 3
0
 static PropertyValidatorDatabase()
 {
     mapper = new AttributeToElementMap <PropertyValidatorAttribute, PropertyValidator>();
     mapper.Update();
 }
Ejemplo n.º 4
0
 static NativePropertyDrawerDatabase()
 {
     mapper = new AttributeToElementMap <NativePropertyDrawerAttribute, NativePropertyDrawer>();
     mapper.Update();
 }
Ejemplo n.º 5
0
 static PropertyGrouperDatabase()
 {
     mapper = new AttributeToElementMap <PropertyGrouperAttribute, PropertyGrouper>();
     mapper.Update();
 }
Ejemplo n.º 6
0
 static FieldDrawerDatabase()
 {
     mapper = new AttributeToElementMap <FieldDrawerAttribute, FieldDrawer>();
     mapper.Update();
 }
Ejemplo n.º 7
0
 static MethodDrawerDatabase()
 {
     mapper = new AttributeToElementMap <MethodDrawerAttribute, MethodDrawer>();
     mapper.Update();
 }