dynamicsmobile
Version:
Allows development of off-line mobile and web business apps over the Dynamics Mobile platform. More info on https://www.dynamicsmobile.com
8 lines (7 loc) • 382 B
TypeScript
import { BusinessObjectBase } from '../lib-core/business-object';
import { DbQuery } from '../lib-core/db-query';
import { LiveLinkQuery } from '.';
export declare class MobileBusinessObjectBase extends BusinessObjectBase {
protected query(): DbQuery<BusinessObjectBase>;
protected livelinkQuery(serviceName?: string, appCode?: string): LiveLinkQuery<BusinessObjectBase>;
}