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