internal CollectionUpdateDepthEntry(IReflectClassPredicate predicate, int depth)
		{
			_predicate = predicate;
			_depth = depth;
		}
Example #2
0
 /// <summary>Register a predicate as a collection</summary>
 /// <param name="predicate">predicate to be registered</param>
 public virtual void RegisterCollection(IReflectClassPredicate predicate)
 {
     _collectionPredicates.Add(predicate);
 }
Example #3
0
 internal CollectionUpdateDepthEntry(IReflectClassPredicate predicate, int depth)
 {
     _predicate = predicate;
     _depth     = depth;
 }
Example #4
0
 /// <summary>Register a predicate as a collection</summary>
 /// <param name="predicate">predicate to be registered</param>
 public virtual void RegisterCollection(IReflectClassPredicate predicate)
 {
     _collectionPredicates.Add(predicate);
 }