C# Класс Dapper.FluentMap.Conventions.PropertyConventionConfiguration

Represents the configuration for a convention.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Equals bool
GetHashCode int
GetType System.Type
ToString string

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetType ( ) : Type
ToString ( ) : string

Описание методов

Configure() публичный Метод

Configures the properties that this convention applies to.
public Configure ( Action configure ) : void
configure Action /// An action that performs configuration against /// . ///
Результат void

PropertyConventionConfiguration() публичный Метод

Initializes a new instance of the PropertyConventionConfiguration class, allowing configuration for a convention.
public PropertyConventionConfiguration ( ) : System
Результат System

Where() публичный Метод

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.
Результат PropertyConventionConfiguration