C# Class Castle.ActiveRecord.NestedParentReferenceAttribute

Inheritance: System.Attribute
Mostra file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
NestedParentReferenceAttribute ( ) : System

Informs ActiveRecord that the marked property is the parent of a nested element

Method Details

NestedParentReferenceAttribute() public method

Informs ActiveRecord that the marked property is the parent of a nested element
public NestedParentReferenceAttribute ( ) : System
return System