C# Class Castle.ActiveRecord.AnyAttribute

Inheritance: WithAccessAttribute
Mostrar archivo Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method 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 method

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

AnyAttribute() public method

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