예제 #1
0
        protected virtual ProcessSchema CreateCashflowCategoryEventsProcessSchema()
        {
            var schema = new CashflowCategoryEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }