protected void CreateAttributes(XPTypeInfo ti)
 {
     foreach (PersistentAttributeInfo a in TypeAttributes)
     {
         ti.AddAttribute(a.Create());
     }
 }
예제 #2
0
        private static void CreateAttributes(XPTypeInfo ti, IPersistentTypeInfo info)
        {
            throw new NotImplementedException();
//            foreach (IPersistentAttributeInfo a in info.TypeAttributes) {
//                ti.AddAttribute(a.Create());
//            }
        }
예제 #3
0
        private static void CreateAttributes(XPTypeInfo ti,IPersistentTypeInfo info)
        {
            throw new NotImplementedException();
//            foreach (IPersistentAttributeInfo a in info.TypeAttributes) {
//                ti.AddAttribute(a.Create());
//            }
        }