protected virtual ProcessSchema CreateLookupInTagEventsProcessSchema()
        {
            var schema = new LookupInTagEventsProcessSchema(ProcessSchemaManager, this);

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