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