Click or drag to resize
weroSoft AG, Software
ILocalizedDataContainerTLocalizedData Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the properties a localized data item must support

Namespace:  WeroSoft.Data.Interface
Assembly:  WeroSoft.Data.Library (in WeroSoft.Data.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface ILocalizedDataContainer<TLocalizedData> : IManagedIdentity, 
	IManagedIdentity<Guid>
where TLocalizedData : class, new(), ILocalizedData

Type Parameters

TLocalizedData
The type which is used for localization. Note that this type must implement the interface ILocalizedData.

The ILocalizedDataContainerTLocalizedData type exposes the following members.

Properties
Extension Methods
  NameDescription
Public Extension MethodGetIdentityOverloaded.
Gets the identity of an IManagedIdentity object.
(Defined by IdentityExtensions.)
Public Extension MethodGetIdentityOverloaded.
Gets the identity of an IManagedIdentity<Guid> object.
(Defined by IdentityExtensions.)
Top
See Also