Gets whether the field is defined on a specific entity type.

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

Syntax

C#
public bool IsDefined(
	EntityInfo entityType
)
Visual Basic (Declaration)
Public Function IsDefined ( _
	entityType As EntityInfo _
) As Boolean

Parameters

entityType
Type: Mindscape.LightSpeed.MetaData..::.EntityInfo
The entity type to check.

Return Value

true if the field is defined on entities of this type; otherwise false.

See Also