C# Class Dapper.FluentMap.Conventions.PropertyConventionConfiguration

Represents the configuration for a convention.
Afficher le fichier Open project: henkmollema/Dapper-FluentMap Class Usage Examples

Private Properties

Свойство Type Description
Equals bool
GetHashCode int
GetType System.Type
ToString string

Méthodes publiques

Méthode Description
Configure ( Action configure ) : void

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 predicate ) : PropertyConventionConfiguration

Filters the properties that this convention applies to based on a predicate.

Private Methods

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetType ( ) : Type
ToString ( ) : string

Method Details

Configure() public méthode

Configures the properties that this convention applies to.
public Configure ( Action configure ) : void
configure Action /// An action that performs configuration against /// . ///
Résultat void

PropertyConventionConfiguration() public méthode

Initializes a new instance of the PropertyConventionConfiguration class, allowing configuration for a convention.
public PropertyConventionConfiguration ( ) : System
Résultat System

Where() public méthode

Filters the properties that this convention applies to based on a predicate.
public Where ( bool>.Func predicate ) : PropertyConventionConfiguration
predicate bool>.Func A function to test each property for a condition.
Résultat PropertyConventionConfiguration