protected virtual ProcessSchema CreateProductCategoryEventsProcessSchema()
        {
            var schema = new ProductCategoryEventsProcessSchema(ProcessSchemaManager, this);

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