C# Class Castle.ActiveRecord.PropertyAttribute

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

Méthodes publiques

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

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

PropertyAttribute() public méthode

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

PropertyAttribute() public méthode

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