示例#1
0
        protected virtual ProcessSchema CreateCaseNotificationRuleEventsProcessSchema()
        {
            var schema = new CaseNotificationRuleEventsProcessSchema(ProcessSchemaManager, this);

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