C# Class Castle.ActiveRecord.JoinedKeyAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
JoinedKeyAttribute ( ) : System

Initializes a new instance of the JoinedKeyAttribute class.

JoinedKeyAttribute ( String column ) : System

Initializes a new instance of the JoinedKeyAttribute class.

Method Details

JoinedKeyAttribute() public method

Initializes a new instance of the JoinedKeyAttribute class.
public JoinedKeyAttribute ( ) : System
return System

JoinedKeyAttribute() public method

Initializes a new instance of the JoinedKeyAttribute class.
public JoinedKeyAttribute ( String column ) : System
column String The column.
return System