Exemple #1
0
        protected virtual ProcessSchema CreateForecastRowEventsProcessSchema()
        {
            var schema = new ForecastRowEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
Exemple #2
0
 public ForecastRowEventsProcessSchema(ForecastRowEventsProcessSchema source)
     : base(source)
 {
 }