Denotes that a class is the parent class of one or more subclasses using a join

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

Syntax

C#
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false)]
public class JoinedBaseAttribute : Attribute

Inheritance Hierarchy

System..::Object
  System..::Attribute
    Castle.ActiveRecord..::JoinedBaseAttribute

See Also