C# Class CqlSharp.Serialization.CqlUserTypeAttribute

Annotates a class indicating that it should be handled as if it is a user type
Inheritance: CqlEntityAttribute
显示文件 Open project: reuzel/CqlSharp

Public Methods

Method Description
CqlUserTypeAttribute ( string keyspace, string typeName )

Initializes a new instance of the CqlUserTypeAttribute class.

Method Details

CqlUserTypeAttribute() public method

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