Exemplo n.º 1
0
 public static System.Collections.Generic.HashSet <Test2Entity> GetEntitiesWithMultipleEntityIndicesValue2(this Test2Context context, string value2)
 {
     return(((JCMG.EntitasRedux.EntityIndex <Test2Entity, string>)context.GetEntityIndex(Contexts.MultipleEntityIndicesValue2)).GetEntities(value2));
 }
Exemplo n.º 2
0
 public static System.Collections.Generic.HashSet <Test2Entity> GetEntitiesWithMyNamespaceEntityIndex(this Test2Context context, string value)
 {
     return(((Entitas.EntityIndex <Test2Entity, string>)context.GetEntityIndex(Contexts.MyNamespaceEntityIndex)).GetEntities(value));
 }
Exemplo n.º 3
0
 public static System.Collections.Generic.OrderedSet <Test2Entity> GetEntitiesWithMyNamespaceMultipleEntityIndicesValue2(this Test2Context context, string value2)
 {
     return(((Entitas.EntityIndex <Test2Entity, string>)context.GetEntityIndex(Contexts.MyNamespaceMultipleEntityIndicesValue2)).GetEntities(value2));
 }