Click or drag to resize
weroSoft AG, Software
ILocalizedPropertyValue Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the functionality of a localized property value.

Namespace:  WeroSoft.CommonTypes
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface ILocalizedPropertyValue
Remarks

The ILocalizedPropertyValue type exposes the following members.

Properties
  NameDescription
Public propertyCultureInfo
Gets or sets the language with culture info.
Public propertyLanguageCode
Gets or sets the language.
Top
Methods
  NameDescription
Public methodGetValue
Gets the value of property value.
Public methodSetValue
Sets the property value.
Top
See Also