Beispiel #1
0
 public void validate(EntityType entityType) { }
Beispiel #2
0
 public bool hasChanges(EntityType[] entityTypes) { return false; }
Beispiel #3
0
 public EntityQuery toType(EntityType type) { return null; }
Beispiel #4
0
 public Entity[] getEntities(EntityType[] entityTypes = null, EntityStateSymbol[] entityStates = null) { return null; }
Beispiel #5
0
 public bool hasChanges(EntityType entityType) { return false; }
Beispiel #6
0
 public Entity[] getEntities(EntityType entityType, EntityStateSymbol entityState = null) { return null; }
Beispiel #7
0
 public Entity[] getChanges(EntityType[] entityTypes) { return null; }
Beispiel #8
0
 public Entity[] getChanges(EntityType entityType) { return null; }
Beispiel #9
0
 public EntityKey(EntityType entityType, object[] keyValues) { }
Beispiel #10
0
 public EntityKey(EntityType entityType, object keyValue) { }