C# Class Castle.ActiveRecord.PropertyAttribute

Inheritance: Castle.ActiveRecord.WithAccessOptionalTableAttribute
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
PropertyAttribute ( ) : System

Initializes a new instance of the PropertyAttribute class.

PropertyAttribute ( String column ) : System

Initializes a new instance of the PropertyAttribute class.

PropertyAttribute ( String column, String type ) : System

Initializes a new instance of the PropertyAttribute class.

Method Details

PropertyAttribute() public method

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

PropertyAttribute() public method

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

PropertyAttribute() public method

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