Use this attribute to define a "component" on a property/field.
Namespace: NHibernate.Mapping.Attributes
Assembly: NHibernate.Mapping.Attributes (in NHibernate.Mapping.Attributes)
Version: 1.2.0.4000
Syntax
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class ComponentPropertyAttribute _ Inherits Attribute |
| C# |
|---|
[SerializableAttribute] public class ComponentPropertyAttribute : Attribute |
| Visual C++ |
|---|
[SerializableAttribute] public ref class ComponentPropertyAttribute : public Attribute |