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

Namespace:  WeroSoft.Data.Common
Assembly:  WeroSoft.Data.Library (in WeroSoft.Data.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface ILocalizedPropertyValueData<TKey, TValue> : ILocalizedPropertyValueData

Type Parameters

TKey
The key type which is used to store the data in database.
TValue
The value type to store.

The ILocalizedPropertyValueDataTKey, TValue type exposes the following members.

Properties
  NameDescription
Public propertyLanguageCode
Gets or sets the language of value.
(Inherited from ILocalizedPropertyValueData.)
Public propertyOwnerId
Gets or sets the owner identifier.
Public propertyValue
Gets or sets the value.
Top
Methods
  NameDescription
Public methodGetOwnerKey
Gets the owner key.
(Inherited from ILocalizedPropertyValueData.)
Public methodGetValue
Gets the value.
(Inherited from ILocalizedPropertyValueData.)
Public methodSetOwnerKey
Sets the owner key.
(Inherited from ILocalizedPropertyValueData.)
Public methodSetValue
Sets the value.
(Inherited from ILocalizedPropertyValueData.)
Top
See Also