C# 클래스 Dapper.FluentMap.Conventions.PropertyConventionConfiguration

Represents the configuration for a convention.
파일 보기 프로젝트 열기: henkmollema/Dapper-FluentMap 1 사용 예제들

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