C# Class Castle.ActiveRecord.FieldAttribute

Inheritance: Castle.ActiveRecord.WithAccessOptionalTableAttribute
Mostrar archivo Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
FieldAttribute ( ) : System

Initializes a new instance of the FieldAttribute class.

FieldAttribute ( String column ) : System

Initializes a new instance of the FieldAttribute class.

FieldAttribute ( String column, String type ) : System

Initializes a new instance of the FieldAttribute class.

Method Details

FieldAttribute() public method

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

FieldAttribute() public method

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

FieldAttribute() public method

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