Click or drag to resize

AppStringFileEntry Class

AppString
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelAppStringFileEntry

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class AppStringFileEntry

The AppStringFileEntry type exposes the following members.

Constructors
  NameDescription
Public methodAppStringFileEntry
ctor
Top
Properties
  NameDescription
Public propertyChangedTime
ChangedTime
Public propertyClientSide
ClientSide
Public propertyCreatedTime
CreatedTime
Public propertyCulturesWithEnglishValue
Name of cultures which has the same value as the English value
Public propertyDescription
Description
Public propertyId
Id
Public propertyName
Format: [Source]_[Type]_[String name]
Public propertyNameWithoutPrefix
Name without the "[Source]_[Type]_" prerfix.
Public propertyOwnedBy
OwnedBy
Public propertyOwnedByField
OwnedByField
Public propertyOwnedByObjectType
OwnedByObjectType
Public propertySource
ShortName of an AppStringSource.
Public propertyTexts
Keys are cultures.
Public propertyType
ShortName of an AppStringType.
Top
Methods
  NameDescription
Public methodStatic memberGetById
GetById
Public methodStatic memberGetByMissingLocale
GetByMissingLocale
Public methodStatic memberGetByName
GetByName
Public methodStatic memberGroupBySource
GroupBySource
Public methodStatic memberGroupByType
GroupByType
Public methodStatic memberHasDefaultEnglishValue
HasDefaultEnglishValue
Public methodToString
ToString
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also