Skip to content

IPropertyVerifier<TDeclaredType> interface

Service for further configuration the property verification.

csharp
public interface IPropertyVerifier<in TDeclaredType>
public interface IPropertyVerifier<in TDeclaredType>
parameterdescription
TDeclaredTypeThe declared type of the selected property.

Members

namedescription
Get()Verify the getter of the property.
Set()Verify the setter with any assigned value.
Set(…)Verify the setter when a certain value is assigned.

See Also