C# Class FileHelpers.ConditionalRecordAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: MarcosMeli/FileHelpers Class Usage Examples

Méthodes publiques

Méthode Description
ConditionalRecordAttribute ( RecordCondition condition, string conditionSelector ) : System

Allow to declaratively show what records must be included or excluded

Method Details

ConditionalRecordAttribute() public méthode

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.
Résultat System