C# 클래스 CqlSharp.Serialization.CqlColumnAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: reuzel/CqlSharp

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CqlColumnAttribute ( ) : System
CqlColumnAttribute ( string column ) : System
CqlColumnAttribute ( string column, CqlTypeCode typeCode ) : System

메소드 상세

CqlColumnAttribute() 공개 메소드

public CqlColumnAttribute ( ) : System
리턴 System

CqlColumnAttribute() 공개 메소드

public CqlColumnAttribute ( string column ) : System
column string
리턴 System

CqlColumnAttribute() 공개 메소드

public CqlColumnAttribute ( string column, CqlTypeCode typeCode ) : System
column string
typeCode CqlTypeCode
리턴 System