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