protected virtual ProcessSchema CreateQueueInTagEventsProcessSchema()
        {
            var schema = new QueueInTagEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
 public QueueInTagEventsProcessSchema(QueueInTagEventsProcessSchema source)
     : base(source)
 {
 }