C# Class Castle.ActiveRecord.Any.MetaValueAttribute

Inheritance: System.Attribute, IComparable
Mostrar archivo Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
MetaValueAttribute ( string value, Type clazz ) : System

Initializes a new instance of the MetaValueAttribute class.

Private Methods

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

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