public virtual IUpdateDepth Adjust(ClassMetadata clazz)
        {
            FixedUpdateDepth depth = (FixedUpdateDepth)ForDepth(clazz.UpdateDepthFromConfig()
                                                                ).Descend();

            return(depth);
        }
 public virtual bool IsBroaderThan(Db4objects.Db4o.Internal.Activation.FixedUpdateDepth
                                   other)
 {
     return(_depth > other._depth);
 }