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