Beispiel #1
0
        protected virtual ProcessSchema CreateCashflowTypeEventsProcessSchema()
        {
            var schema = new CashflowTypeEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
Beispiel #2
0
 public CashflowTypeEventsProcessSchema(CashflowTypeEventsProcessSchema source)
     : base(source)
 {
 }