Base class to define common relation information
Namespace: Castle.ActiveRecord
Assembly: Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0
Syntax
| C# |
|---|
[SerializableAttribute] [AttributeUsageAttribute(AttributeTargets.Property)] public abstract class RelationAttribute : BaseAttribute |
Inheritance Hierarchy
System..::Object
System..::Attribute
Castle.ActiveRecord..::WithAccessAttribute
Castle.ActiveRecord..::BaseAttribute
Castle.ActiveRecord..::RelationAttribute
Castle.ActiveRecord..::HasAndBelongsToManyAttribute
Castle.ActiveRecord..::HasManyAttribute
System..::Attribute
Castle.ActiveRecord..::WithAccessAttribute
Castle.ActiveRecord..::BaseAttribute
Castle.ActiveRecord..::RelationAttribute
Castle.ActiveRecord..::HasAndBelongsToManyAttribute
Castle.ActiveRecord..::HasManyAttribute
See Also
RelationAttribute Members
Castle.ActiveRecord Namespace