C# Class CqlSharp.Serialization.CqlEntityAttribute

Inheritance: System.Attribute
Mostra file Open project: reuzel/CqlSharp

Public Methods

Method 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 method

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

CqlEntityAttribute() public method

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