C# Класс Dlp.Connectors.ColumnMapperAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
ColumnMapperAttribute ( ) : System

Specifies the mapping options for this Property.

ColumnMapperAttribute ( string columnName ) : System

Specifies the mapping options for this Property.

Описание методов

ColumnMapperAttribute() публичный Метод

Specifies the mapping options for this Property.
public ColumnMapperAttribute ( ) : System
Результат System

ColumnMapperAttribute() публичный Метод

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.
Результат System