Click or drag to resize

SimpleAppString Class

The SimpleAppString class contains the most basic data for an AppString object. It is used for remoting since it is smaller than the real AppString object.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelSimpleAppString

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class SimpleAppString : IObjectWithId, 
	ICloneable

The SimpleAppString type exposes the following members.

Constructors
  NameDescription
Public methodSimpleAppString
Constructor taking the AppStringId
Top
Properties
  NameDescription
Public propertyId
AppStringId
Public propertyString
String in a specific language
Top
Methods
  NameDescription
Public methodClone
Public methodToString
Returns the string value.
(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
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIObjectWithId.GetId
Top
See Also