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