C# Class Castle.ActiveRecord.AnyAttribute

Inheritance: WithAccessAttribute
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
AnyAttribute ( ) : System

Initializes a new instance of the AnyAttribute class.

Using this constructor defaults the idType to Int32

AnyAttribute ( Type idType ) : System

Initializes a new instance of the AnyAttribute class.

Method Details

AnyAttribute() public méthode

Initializes a new instance of the AnyAttribute class.
Using this constructor defaults the idType to Int32
public AnyAttribute ( ) : System
Résultat System

AnyAttribute() public méthode

Initializes a new instance of the AnyAttribute class.
public AnyAttribute ( Type idType ) : System
idType System.Type Type of the id.
Résultat System