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

Syntax

C#
public IEnumerable<IEntityType> AllowedTypes { get; }
Visual Basic
Public ReadOnly Property AllowedTypes As IEnumerable(Of IEntityType)
	Get
Visual C++
public:
virtual property IEnumerable<IEntityType^>^ AllowedTypes {
	IEnumerable<IEntityType^>^ get () sealed;
}

Implements

IEntityRelation..::..AllowedTypes

See Also