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