igniteui-react-core
Version:
Ignite UI React Core.
46 lines (45 loc) • 2.47 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 { WebGridCellIdentifierDescription } from "./WebGridCellIdentifierDescription";
/**
* @hidden
*/
var WebGridCellIdentifierDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(WebGridCellIdentifierDescriptionMetadata, _super);
function WebGridCellIdentifierDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
WebGridCellIdentifierDescriptionMetadata.b = function (a) {
if (WebGridCellIdentifierDescriptionMetadata.a == null) {
WebGridCellIdentifierDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
WebGridCellIdentifierDescriptionMetadata.c(WebGridCellIdentifierDescriptionMetadata.a);
}
if (a.k(WebGridCellIdentifierDescriptionMetadata.a)) {
return;
}
a.ac(WebGridCellIdentifierDescriptionMetadata.a);
};
WebGridCellIdentifierDescriptionMetadata.c = function (a) {
a.item("__qualifiedNameTS", "String:GridCellIdentifier");
a.item("__marshalByValue", "Boolean");
a.item("RowID", "String");
a.item("ColumnID", "Number:int");
a.item("RowIndex", "Number:int");
};
WebGridCellIdentifierDescriptionMetadata.d = function (a) {
WebGridCellIdentifierDescriptionMetadata.b(a);
a.ae("WebGridCellIdentifier", function () { return new WebGridCellIdentifierDescription(); });
a.ad("WebGridCellIdentifier", WebGridCellIdentifierDescriptionMetadata.a);
};
WebGridCellIdentifierDescriptionMetadata.$t = markType(WebGridCellIdentifierDescriptionMetadata, 'WebGridCellIdentifierDescriptionMetadata');
WebGridCellIdentifierDescriptionMetadata.a = null;
return WebGridCellIdentifierDescriptionMetadata;
}(Base));
export { WebGridCellIdentifierDescriptionMetadata };