Table Description
Property Description: A localized display name for a Property.

Properties can be listed in the administration client and so must be displayed in the preferred language of the User. You should provide translations for each Property for each language that you support.

Example

User Ronan Rooney (an English speaker) uses the administration client to display a list of Properties. The descriptions for the properties are displayed in English.

User Pierre (a French-speaker) opens the same screen but is presented with the properties described in French.

Technical Notes

Rows in this table are initially created at design time from your `Application.prx` file.

For more information see the Cúram Server Developer's Guide.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Attributes (6)
AttributeKeyNullableDescriptionDDL Type
propertyIDYesNoUnique identifier for a property.SVR_INT64
localeIdentifierYesNoLocalized code that refers to the displayName and description.SVR_STRING<5>
displayName  Value displayed to the Client.SVR_STRING<254>
description  Description of the property.SVR_STRING<2000>
versionNo No SVR_INT32
lastWritten   SVR_DATETIME
Foreign Keys (1)
ChildParent
PropDescription.propertyIDProperties.propertyID
Related Pages (14)