public void AddTo(Context context) { Context = context; Tags.AddRange(context.Tags); Pending |= context.IsPending(); }
public bool IsPending() { if (Parent != null) { return(isPending || Parent.IsPending()); } ; return(isPending); }