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