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

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