protected virtual ProcessSchema CreateOppDepartmentForecastEventsProcessSchema()
        {
            var schema = new OppDepartmentForecastEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
 public OppDepartmentForecastEventsProcessSchema(OppDepartmentForecastEventsProcessSchema source)
     : base(source)
 {
 }