Table of contents
Any.MetaValueAttribute API Document
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) ).
Constructors
Any.MetaValueAttribute(String value, Type clazz)
Initializes a new instance of the Castle.ActiveRecord.Any.MetaValueAttribute class.
| Parameter | Description |
|---|---|
| value | The value. |
| clazz | The clazz. |
Properties
| Name | Type | Description |
|---|---|---|
| Value | String | Gets or sets the value for this class |
| Class | Type | Gets or sets the class that match this value |