C# 클래스 CqlSharp.Serialization.CqlUserTypeAttribute

Annotates a class indicating that it should be handled as if it is a user type
상속: CqlEntityAttribute
파일 보기 프로젝트 열기: reuzel/CqlSharp

공개 메소드들

메소드 설명
CqlUserTypeAttribute ( string keyspace, string typeName )

Initializes a new instance of the CqlUserTypeAttribute class.

메소드 상세

CqlUserTypeAttribute() 공개 메소드

Initializes a new instance of the CqlUserTypeAttribute class.
public CqlUserTypeAttribute ( string keyspace, string typeName )
keyspace string The keyspace.
typeName string Name of the type.