igniteui-react-core
Version:
Ignite UI React Core.
44 lines (43 loc) • 2.51 kB
JavaScript
/*
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
https://www.infragistics.com/legal/license/igultimate-la
https://www.infragistics.com/legal/license/igultimate-eula
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
*/
import { __extends } from "tslib";
import { Base, String_$type, markType } from "./type";
import { Dictionary$2 } from "./Dictionary$2";
import { DataAnnotationPointLayerDescriptionMetadata } from "./DataAnnotationPointLayerDescriptionMetadata";
import { DataAnnotationBandLayerDescription } from "./DataAnnotationBandLayerDescription";
/**
* @hidden
*/
var DataAnnotationBandLayerDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(DataAnnotationBandLayerDescriptionMetadata, _super);
function DataAnnotationBandLayerDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
DataAnnotationBandLayerDescriptionMetadata.b = function (a) {
if (DataAnnotationBandLayerDescriptionMetadata.a == null) {
DataAnnotationBandLayerDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
DataAnnotationBandLayerDescriptionMetadata.c(DataAnnotationBandLayerDescriptionMetadata.a);
}
if (a.k(DataAnnotationBandLayerDescriptionMetadata.a)) {
return;
}
a.ac(DataAnnotationBandLayerDescriptionMetadata.a);
};
DataAnnotationBandLayerDescriptionMetadata.c = function (a) {
DataAnnotationPointLayerDescriptionMetadata.c(a);
a.item("AnnotationBreadthMemberPath", "String");
};
DataAnnotationBandLayerDescriptionMetadata.d = function (a) {
DataAnnotationBandLayerDescriptionMetadata.b(a);
a.ae("DataAnnotationBandLayer", function () { return new DataAnnotationBandLayerDescription(); });
a.ad("DataAnnotationBandLayer", DataAnnotationBandLayerDescriptionMetadata.a);
};
DataAnnotationBandLayerDescriptionMetadata.$t = markType(DataAnnotationBandLayerDescriptionMetadata, 'DataAnnotationBandLayerDescriptionMetadata');
DataAnnotationBandLayerDescriptionMetadata.a = null;
return DataAnnotationBandLayerDescriptionMetadata;
}(Base));
export { DataAnnotationBandLayerDescriptionMetadata };