internal CollectionUpdateDepthEntry(IReflectClassPredicate predicate, int depth)
		{
			_predicate = predicate;
			_depth = depth;
		}
Exemple #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);
 }
Exemple #3
0
 internal CollectionUpdateDepthEntry(IReflectClassPredicate predicate, int depth)
 {
     _predicate = predicate;
     _depth     = depth;
 }
Exemple #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);
 }