protected virtual ProcessSchema CreateSupplyPaymentProductEventsProcessSchema()
        {
            var schema = new SupplyPaymentProductEventsProcessSchema(ProcessSchemaManager, this);

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