protected virtual ProcessSchema CreateCashflowStatusEventsProcessSchema()
        {
            var schema = new CashflowStatusEventsProcessSchema(ProcessSchemaManager, this);

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