Beispiel #1
0
 protected override void CustomizeTypesInfo()
 {
     base.CustomizeTypesInfo();
     TypesInfo.RegisterEntity(typeof(ModelDifference));
 }
Beispiel #2
0
 protected void UseClass(Type type)
 {
     TypesInfo.RegisterEntity(type);
 }