Ejemplo n.º 1
0
 void IXafEntityObject.OnLoaded()
 {
     // Place the code that is executed each time the entity is loaded here.
     MPart = DataGetters.GetMPart(MPart_Id, objectSpace);
 }
Ejemplo n.º 2
0
 public static List <INonPersistent> GetData(IObjectSpace space)
 {
     return(DataGetters.GetNPCategories().OfType <INonPersistent>().ToList());
 }