C# Class Castle.ActiveRecord.ImportAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
ImportAttribute ( Type type, string rename ) : System

Initializes a new instance of the ImportAttribute class.

Method Details

ImportAttribute() public méthode

Initializes a new instance of the ImportAttribute class.
public ImportAttribute ( Type type, string rename ) : System
type System.Type The type.
rename string The rename.
Résultat System