C# 클래스 FileHelpers.ConditionalRecordAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: MarcosMeli/FileHelpers 1 사용 예제들

공개 메소드들

메소드 설명
ConditionalRecordAttribute ( RecordCondition condition, string conditionSelector ) : System

Allow to declaratively show what records must be included or excluded

메소드 상세

ConditionalRecordAttribute() 공개 메소드

Allow to declaratively show what records must be included or excluded
public ConditionalRecordAttribute ( RecordCondition condition, string conditionSelector ) : System
condition RecordCondition The condition used to include or exclude each record conditions
conditionSelector string The selector (match string) for the condition.
리턴 System