Ejemplo n.º 1
0
 //Конструкторы
 public ReglamentMetaObject(MetaObjectRepository repository)
     : base(repository)
 {
     this.TypeName = ReglamentMetaObject.Type;
     elementList   = new MetaObjectApp.Attribute(this, _ant_attrList);
     attributes.Add(elementList);
 }
Ejemplo n.º 2
0
 //Конструктор
 public DataSourceEvents(MetaObjectRepository repository)
     : base(repository)
 {
     this.TypeName = DataSourceEvents.Type;
     elementList   = new MetaObjectApp.Attribute(this, _ant_attrList);
     attributes.Add(elementList);
 }
Ejemplo n.º 3
0
        //Конструкторы
        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);
        }
Ejemplo n.º 4
0
        //Конструкторы
        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);
        }
Ejemplo n.º 5
0
        //Конструктор
        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);
        }
Ejemplo n.º 6
0
        //Конструкторы
        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);
        }
Ejemplo n.º 8
0
        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);
        }