Пример #1
0
        protected virtual ProcessSchema CreateKnowledgeBaseFileEventsProcessSchema()
        {
            var schema = new KnowledgeBaseFileEventsProcessSchema(ProcessSchemaManager, this);

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