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:
zatar80
2014-12-17 17:57:18 +01:00
parent 0d595e843d
commit 9c3ee061a2
+2
View File
@@ -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>;