IEquivalencyValidationContext Interface Methods
In This Topic
For a list of all members of this type, see IEquivalencyValidationContext members.
Public Methods
| | Name | Description |
 | AsCollectionItem<TItem> | Creates a context from the current object intended to assert the equivalency of a collection item identified by . |
 | AsDictionaryItem<TKey,TExpectation> | Creates a context from the current object intended to assert the equivalency of a collection item identified by . |
 | AsNestedMember |
Creates a context from the current object intended to assert the equivalency of a nested member.
|
 | Clone |
Creates a deep clone of the current context.
|
 | IsCyclicReference |
Determines whether the specified object reference is a cyclic reference to the same object earlier in the
equivalency validation.
|
Top
See Also