예제 #1
0
 static PropertyMetaDatabase()
 {
     metasByAttributeType = new Dictionary <Type, PropertyMeta>();
     metasByAttributeType[typeof(BlankSpaceAttribute)]     = new BlankSpacePropertyMeta();
     metasByAttributeType[typeof(InfoBoxAttribute)]        = new InfoBoxPropertyMeta();
     metasByAttributeType[typeof(OnValueChangedAttribute)] = new OnValueChangedPropertyMeta();
     metasByAttributeType[typeof(SectionAttribute)]        = new SectionPropertyMeta();
 }
예제 #2
0
 static PropertyMetaDatabase()
 {
     _metasByAttributeType = new Dictionary <Type, PropertyMeta>();
     _metasByAttributeType[typeof(InfoBoxAttribute)]        = new InfoBoxPropertyMeta();
     _metasByAttributeType[typeof(OnValueChangedAttribute)] = new OnValueChangedPropertyMeta();
 }