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