UNPKG

igniteui-webcomponents-datasources

Version:

Reference custom data providers for the Ignite UI Web Components data source.

16 lines (15 loc) 458 B
export declare class EntitySet { constructor(name: string, entityType: string); private _entityName; get entityName(): string; set entityName(value: string); private _entityNamespace; get entityNamespace(): string; set entityNamespace(value: string); private _entityType; get entityType(): string; set entityType(value: string); private _name; get name(): string; set name(value: string); }