//Конструкторы public ReglamentMetaObject(MetaObjectRepository repository) : base(repository) { this.TypeName = ReglamentMetaObject.Type; elementList = new MetaObjectApp.Attribute(this, _ant_attrList); attributes.Add(elementList); }
//Конструктор public DataSourceEvents(MetaObjectRepository repository) : base(repository) { this.TypeName = DataSourceEvents.Type; elementList = new MetaObjectApp.Attribute(this, _ant_attrList); attributes.Add(elementList); }
//Конструкторы public DataSourceEvent(MetaObjectRepository repository) : base(repository) { this.TypeName = DataSourceEvent.Type; eventType = new MetaObjectApp.Attribute(this, _ant_attrEventType); dataSourceId = new MetaObjectApp.Attribute(this, _ant_attrDataSourceId); attributes.Add(eventType); attributes.Add(dataSourceId); }
//Конструкторы public Dimension(MetaObjectRepository repository) : base(repository) { this.TypeName = Dimension.Type; name = new MetaObjectApp.Attribute(this, _ant_attrName); table = new MetaObjectApp.Attribute(this, _ant_attrTable); attributes.Add(name); attributes.Add(table); }
//Конструктор public ETL(MetaObjectRepository repository) : base(repository) { this.TypeName = ETL.Type; assemblyPath = new MetaObjectApp.Attribute(this, _ant_attrAssemblyPath); assemblyArgs = new MetaObjectApp.Attribute(this, _ant_attrAssemblyArgs); attributes.Add(assemblyPath); attributes.Add(assemblyArgs); }
//Конструкторы public Cube(MetaObjectRepository repository) : base(repository) { this.TypeName = Cube.Type; cubeName = new MetaObjectApp.Attribute(this, _ant_attrCubeName); dimensionsList = new MetaObjectApp.Attribute(this, _ant_attrDimensionsList); списокПоказателей = new MetaObjectApp.Attribute(this, _ant_attrСписокПоказателей); способыАгрегацииНаИзмерения = new MetaObjectApp.Attribute(this, _ant_attrСпособыАгрегацииНаИзмерения); attributes.Add(cubeName); attributes.Add(dimensionsList); attributes.Add(списокПоказателей); attributes.Add(способыАгрегацииНаИзмерения); }
//Конструкторы public ReglamentElementMetaObject(MetaObjectRepository repository) : base(repository) { this.TypeName = ReglamentElementMetaObject.Type; enabled = new MetaObjectApp.Attribute(this, _ant_attrEnabled); dataSourceId = new MetaObjectApp.Attribute(this, _ant_attrDataSourceLink); lastRunTime = new MetaObjectApp.Attribute(this, _ant_attrLastRunTime); period = new MetaObjectApp.Attribute(this, _ant_attrPeriod); nextRunTime = new MetaObjectApp.Attribute(this, _ant_attrNextRunTime); type = new MetaObjectApp.Attribute(this, _ant_type); attributes.Add(enabled); attributes.Add(dataSourceId); attributes.Add(lastRunTime); attributes.Add(period); attributes.Add(nextRunTime); attributes.Add(type); }
public TestMetaObject(MetaObjectRepository repository) : base(repository) { this.TypeName = TestMetaObject.Type; _attrString = new MetaObjectApp.Attribute(this, _ant_attrString); _attrBigint = new MetaObjectApp.Attribute(this, _ant_attrBigint); _attrDouble = new MetaObjectApp.Attribute(this, _ant_attrDouble); _attrList = new MetaObjectApp.Attribute(this, _ant_attrList); _attrId = new MetaObjectApp.Attribute(this, _ant_attrId); _attrBinary = new MetaObjectApp.Attribute(this, _ant_attrBinary); attributes.Add(attrString); attributes.Add(attrBigint); attributes.Add(attrDouble); attributes.Add(attrList); attributes.Add(attrId); attributes.Add(attrBinary); }