Gets the display name for an entity property.

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

Syntax

C#
string GetDisplayName(
	string defaultName,
	Type entityType
)
Visual Basic (Declaration)
Function GetDisplayName ( _
	defaultName As String, _
	entityType As Type _
) As String

Parameters

defaultName
Type: System..::.String
The default display name of the property.
entityType
Type: System..::.Type
The type of entity on which the property occurs.

Return Value

The desired display name.

See Also