UNPKG

xrm-mock

Version:

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

16 lines 717 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AttributeMetadataMock = void 0; var AttributeMetadataMock = /** @class */ (function () { function AttributeMetadataMock(components) { this.DefaultFormValue = components.DefaultFormValue; this.LogicalName = components.LogicalName; this.DisplayName = components.DisplayName; this.AttributeType = components.AttributeType; this.EntityLogicalName = components.EntityLogicalName; this.OptionSet = components.OptionSet; } return AttributeMetadataMock; }()); exports.AttributeMetadataMock = AttributeMetadataMock; //# sourceMappingURL=attributemetadata.mock.js.map