protected virtual ProcessSchema CreateInvoiceVisaEventsProcessSchema()
        {
            var schema = new InvoiceVisaEventsProcessSchema(ProcessSchemaManager, this);

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