protected virtual ProcessSchema CreateProductFilterTypeEventsProcessSchema()
        {
            var schema = new ProductFilterTypeEventsProcessSchema(ProcessSchemaManager, this);

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