UNPKG

xrm-mock

Version:

A fake implementation of the Xrm object model. Used for testing Dynamics 365 client-side scripts.

10 lines (9 loc) 320 B
/// <reference types="xrm" /> export declare class GridEntityMock implements Xrm.Controls.Grid.GridEntity { private reference; constructor(reference: Xrm.LookupValue); getEntityName(): string; getEntityReference(): Xrm.LookupValue; getId(): string; getPrimaryAttributeValue(): string; }