Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public IEnumerable<IEntityType> GetAllowedRelatedTypes(
	IEntityRelation relation
)
Visual Basic
Public Function GetAllowedRelatedTypes ( _
	relation As IEntityRelation _
) As IEnumerable(Of IEntityType)
Visual C++
public:
virtual IEnumerable<IEntityType^>^ GetAllowedRelatedTypes(
	IEntityRelation^ relation
) sealed

Implements

IEntityRelationManager..::..GetAllowedRelatedTypes(IEntityRelation)

See Also