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