protected virtual ProcessSchema CreateKnowledgeBaseEventsProcessSchema() { var schema = new KnowledgeBaseEventsProcessSchema(ProcessSchemaManager, this); schema.InitializePrimaryInfo(); return(schema); }
public KnowledgeBaseEventsProcessSchema(KnowledgeBaseEventsProcessSchema source) : base(source) { }