Ejemplo n.º 1
0
 public static Type Get_Type(IModelMemberColection orphanedColection)
 {
     return(orphanedColection.CollectionType != null ? typeof(XPCollection <>).MakeGenericType(new[] { orphanedColection.CollectionType.TypeInfo.Type }) : null);
 }
Ejemplo n.º 2
0
 public static IModelList <IModelClass> Get_CollectionTypes(IModelMemberColection orphanedColection)
 {
     return(new CalculatedModelNodeList <IModelClass>(orphanedColection.Application.BOModel));
 }