Specifies custom logic for traversing an association.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
[AttributeUsageAttribute(AttributeTargets.Field, AllowMultiple = false)]
public sealed class AssociationResolverAttribute : Attribute
Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Field, AllowMultiple := False)> _
Public NotInheritable Class AssociationResolverAttribute _
	Inherits Attribute

Remarks

There are some limitations and restrictions on the use of custom association resolvers. It is recommended that you implement a custom resolver only if advised by Mindscape support.

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Mindscape.LightSpeed..::.AssociationResolverAttribute

See Also