C# Class CqlSharp.Serialization.CqlEntityAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: reuzel/CqlSharp

Méthodes publiques

Méthode Description
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.

Method Details

CqlEntityAttribute() public méthode

Initializes a new instance of the CqlEntityAttribute class.
public CqlEntityAttribute ( string name ) : System
name string The name.
Résultat System

CqlEntityAttribute() public méthode

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