This is used to specify a meta value in an [Any] assoication Any.MetaValue is used to connect a value (such as "CREDIT_CARD") to its type ( typeof(CreditCard) ).

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = true)]
public class MetaValueAttribute : Attribute, IComparable

Inheritance Hierarchy

System..::Object
  System..::Attribute
    Castle.ActiveRecord..::Any..::MetaValueAttribute

See Also