C# Class Castle.ActiveRecord.FieldAttribute

Inheritance: Castle.ActiveRecord.WithAccessOptionalTableAttribute
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the FieldAttribute class.
public FieldAttribute ( ) : System
Résultat System

FieldAttribute() public méthode

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

FieldAttribute() public méthode

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.
Résultat System