C# 클래스 CqlSharp.Serialization.CqlEntityAttribute

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

공개 메소드들

메소드 설명
CqlEntityAttribute ( string name ) : System

Initializes a new instance of the CqlEntityAttribute class.

CqlEntityAttribute ( string keySpace, string name ) : System

Initializes a new instance of the CqlEntityAttribute class.

메소드 상세

CqlEntityAttribute() 공개 메소드

Initializes a new instance of the CqlEntityAttribute class.
public CqlEntityAttribute ( string name ) : System
name string The name.
리턴 System

CqlEntityAttribute() 공개 메소드

Initializes a new instance of the CqlEntityAttribute class.
public CqlEntityAttribute ( string keySpace, string name ) : System
keySpace string The key space.
name string The name.
리턴 System