AtomsFramework Persistence Layer Reference Guide

AssociationMap.FromClassTarget Property

[This is preliminary documentation and subject to change.]

The attribute in the source class where the associated object(s) are stored.

[Visual Basic]
Public Property FromClassTarget As String
[C#]
public string FromClassTarget {get; set;}

Property Value

The attribute map of the target attribute

Remarks

The target attribute is the attribute in the from class where the associated objects are stored.

If the association is a one-to-one association then the target attribute should be an object of the same type as the associated class

If the association is a one-to-many association then the target attribute should be a PersistentObjectCollection

See Also

AssociationMap Class | AtomsFramework Namespace