Property | Type | Description | |
---|---|---|---|
Equals | bool | ||
GetHashCode | int | ||
GetType | |||
ToString | string |
Method | Description | |
---|---|---|
Configure ( Action |
Configures the properties that this convention applies to.
|
|
PropertyConventionConfiguration ( ) : System |
Initializes a new instance of the PropertyConventionConfiguration class, allowing configuration for a convention.
|
|
Where ( bool>.Func |
Filters the properties that this convention applies to based on a predicate.
|
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetType ( ) : |
||
ToString ( ) : string |
public Configure ( Action |
||
configure | Action |
/// An action that performs configuration against
/// |
return | void |
public PropertyConventionConfiguration ( ) : System | ||
return | System |
public Where ( bool>.Func |
||
predicate | bool>.Func | A function to test each property for a condition. |
return |