Click or drag to resize

AppString Properties

The AppString type exposes the following members.

Properties
  NameDescription
Public propertyChangeTime
ChangeTime from the DB
Public propertyClientUsage
Angiver om strengen anvendes clientside - dvs. om der skal genereres javascript konstanter for den.
Public propertyCreateTime
CreateTime from the DB
Public propertyDataVersion
Entity data version of the object. Used for optimistic locking of the object
Public propertyDescription
Description is not always loaded - in which case it is null.
Public propertyId
Internal ID of the AppString
Public propertyIsChanged
Angiver om appstring er blevet ændret siden den blev indlæst fra db
Public propertyLangStrings
Contains the language specific strings for the AppString. Specific sort order can be assumed for LangStrings
Public propertyName
Name is not always loaded - in which case it is null.
Public propertyOwner
Info about the object and field (e.g. a property description) that owns the appstring (if any). Can be null.
Public propertySourceId
AppStringSource ID.
Public propertyTypeId
AppStringType ID.
Public propertyUId
Not all appstrings have a UId. In general only strings belonging to the 'CUSTOM' source have a UId.
Top
See Also