C# 클래스 Dlp.Connectors.ColumnMapperAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: stone-payments/Dlp.Connectors

공개 메소드들

메소드 설명
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