protected virtual ProcessSchema CreateProductFolderEventsProcessSchema()
        {
            var schema = new ProductFolderEventsProcessSchema(ProcessSchemaManager, this);

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