C# Class CqlSharp.Serialization.CqlUserTypeAttribute

Annotates a class indicating that it should be handled as if it is a user type
Inheritance: CqlEntityAttribute
Afficher le fichier Open project: reuzel/CqlSharp

Méthodes publiques

Méthode Description
CqlUserTypeAttribute ( string keyspace, string typeName )

Initializes a new instance of the CqlUserTypeAttribute class.

Method Details

CqlUserTypeAttribute() public méthode

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