Beispiel #1
0
        protected virtual ProcessSchema CreateForecastEventsProcessSchema()
        {
            var schema = new ForecastEventsProcessSchema(ProcessSchemaManager, this);

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