AtomsFramework Persistence Layer Reference Guide

AFAssociationAttribute Properties

The properties of the AFAssociationAttribute class are listed below. For a complete list of AFAssociationAttribute class members, see the AFAssociationAttribute Members topic.

Public Instance Properties

Cardinality ReadOnly. The cardinality of the association.
Delete Inidicates that any associated objects should be automatically deleted when an object of this class is deleted.
LazyLoad Indicates that proxy objects should be retrieved when an object's associated objects are retrieved.
Name The name of the association
Retrieve Indicates that any associated objects should be automatically retrieved when an object of this class is retrieved.
Save Indicates that any associated objects should be automatically saved when an object of this class is saved.
TargetClass ReadOnly. The class the association links to.
TargetProperty ReadOnly. The property in this class that stores the association.
TypeId (inherited from Attribute) When implemented in a derived class, gets a unique identifier for this Attribute.

See Also

AFAssociationAttribute Class | AtomsFramework Namespace