protected virtual ProcessSchema CreateConfItemTagEventsProcessSchema()
        {
            var schema = new ConfItemTagEventsProcessSchema(ProcessSchemaManager, this);

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