protected virtual ProcessSchema CreateForecastRowEventsProcessSchema() { var schema = new ForecastRowEventsProcessSchema(ProcessSchemaManager, this); schema.InitializePrimaryInfo(); return(schema); }
public ForecastRowEventsProcessSchema(ForecastRowEventsProcessSchema source) : base(source) { }