C# Class Dlp.Connectors.ColumnMapperAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: stone-payments/Dlp.Connectors

Public Methods

Method 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 method

Specifies the mapping options for this Property.
public ColumnMapperAttribute ( ) : System
return System

ColumnMapperAttribute() public method

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.
return System