igniteui-webcomponents-datasources
Version:
Reference custom data providers for the Ignite UI Web Components data source.
13 lines (12 loc) • 475 B
TypeScript
import { XNamespace } from "igniteui-webcomponents-core";
import { IDataSourceSchema } from "igniteui-webcomponents-core";
export declare class ODataSchemaProvider {
private _entityTypeSchemaNamespace;
private _entitySetSchemaNamespace;
static nS: XNamespace;
constructor(metadataDocument: string);
private _schema;
private get schema();
private set schema(value);
getODataDataSourceSchema(entitySet: string): IDataSourceSchema;
}