mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Adding isNavigationPropertyLoaded on EntityAspect class
breezejs documentation reference a function that wasn't declared in this file. cf:http://www.breezejs.com/sites/all/apidocs/classes/EntityAspect.html
This commit is contained in:
Vendored
+2
@@ -297,6 +297,8 @@ declare module breeze {
|
||||
getValidationErrors(property: IProperty): ValidationError[];
|
||||
hasValidationErrors: boolean;
|
||||
|
||||
isNavigationPropertyLoaded(navigationProperty: string): boolean;
|
||||
isNavigationPropertyLoaded(navigationProperty: NavigationProperty): boolean;
|
||||
loadNavigationProperty(navigationProperty: string, callback?: Function, errorCallback?: Function): Q.Promise<QueryResult>;
|
||||
loadNavigationProperty(navigationProperty: NavigationProperty, callback?: Function, errorCallback?: Function): Q.Promise<QueryResult>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user