Exemplo n.º 1
0
        protected virtual ProcessSchema CreateForecastColumnEventsProcessSchema()
        {
            var schema = new ForecastColumnEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
Exemplo n.º 2
0
 public ForecastColumnEventsProcessSchema(ForecastColumnEventsProcessSchema source)
     : base(source)
 {
 }