protected virtual ProcessSchema CreateKnowledgeBaseTagEventsProcessSchema()
        {
            var schema = new KnowledgeBaseTagEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
 public KnowledgeBaseTagEventsProcessSchema(KnowledgeBaseTagEventsProcessSchema source)
     : base(source)
 {
 }