protected virtual ProcessSchema CreateShowNamesByEventsProcessSchema()
        {
            var schema = new ShowNamesByEventsProcessSchema(ProcessSchemaManager, this);

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