protected virtual ProcessSchema CreateSupplyPaymentDelayEventsProcessSchema()
        {
            var schema = new SupplyPaymentDelayEventsProcessSchema(ProcessSchemaManager, this);

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