C# Class Castle.ActiveRecord.Any.MetaValueAttribute

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

Méthodes publiques

Méthode Description
MetaValueAttribute ( string value, Type clazz ) : System

Initializes a new instance of the MetaValueAttribute class.

Private Methods

Méthode Description
IComparable ( object obj ) : int

This is here so the XmlGenerationVisitor will always output the meta-values in consistent order, to aid the tests.

Method Details

MetaValueAttribute() public méthode

Initializes a new instance of the MetaValueAttribute class.
public MetaValueAttribute ( string value, Type clazz ) : System
value string The value.
clazz System.Type The clazz.
Résultat System