C# Class Dlp.Connectors.ColumnMapperAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: stone-payments/Dlp.Connectors

Méthodes publiques

Méthode Description
ColumnMapperAttribute ( ) : System

Specifies the mapping options for this Property.

ColumnMapperAttribute ( string columnName ) : System

Specifies the mapping options for this Property.

Method Details

ColumnMapperAttribute() public méthode

Specifies the mapping options for this Property.
public ColumnMapperAttribute ( ) : System
Résultat System

ColumnMapperAttribute() public méthode

Specifies the mapping options for this Property.
public ColumnMapperAttribute ( string columnName ) : System
columnName string Name of the column that is going to receive the value from this property.
Résultat System