protected virtual ProcessSchema CreatePricelistEventsProcessSchema()
        {
            var schema = new PricelistEventsProcessSchema(ProcessSchemaManager, this);

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