Exemplo n.º 1
0
 public static EntityQuery fromEntityNavigation(Entity entity, NavigationProperty navigationProperty) { return null; }
Exemplo n.º 2
0
 public void removeValidationError(Validator validator, NavigationProperty property) { }
Exemplo n.º 3
0
 public bool validateProperty(NavigationProperty property, object context = null) { return false; }
Exemplo n.º 4
0
 public Promise loadNavigationProperty(NavigationProperty navigationProperty, JsAction callback = null, JsAction errorCallback = null) { return null; }
Exemplo n.º 5
0
 public bool validateProperty(NavigationProperty property, object context = null)
 {
     return(false);
 }
Exemplo n.º 6
0
 public void removeValidationError(Validator validator, NavigationProperty property)
 {
 }
Exemplo n.º 7
0
 public Promise loadNavigationProperty(NavigationProperty navigationProperty, JsAction callback = null, JsAction errorCallback = null)
 {
     return(null);
 }
Exemplo n.º 8
0
 public static EntityQuery fromEntityNavigation(Entity entity, NavigationProperty navigationProperty)
 {
     return(null);
 }