Exemple #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));
 }
Exemple #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));
 }
 public static System.Collections.Generic.OrderedSet <Test2Entity> GetEntitiesWithMyNamespaceMultipleEntityIndicesValue2(this Test2Context context, string value2)
 {
     return(((Entitas.EntityIndex <Test2Entity, string>)context.GetEntityIndex(Contexts.MyNamespaceMultipleEntityIndicesValue2)).GetEntities(value2));
 }