Click or drag to resize

LocalizedEntityWeb Class

Contains localized strings in the supported customer languages of the agency (consumer).
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsLocalizedEntityWeb

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class LocalizedEntityWeb : DataContractEntityWeb

The LocalizedEntityWeb type exposes the following members.

Constructors
  NameDescription
Public methodLocalizedEntityWeb
Top
Properties
  NameDescription
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyTexts
List of translated texts.
Top
See Also