Click or drag to resize

TextWeb Class

Data contract for a translated text.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsTextWeb

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 TextWeb : DataContractBase

The TextWeb type exposes the following members.

Constructors
  NameDescription
Public methodTextWeb
Top
Properties
  NameDescription
Public propertyIsoLanguageCode
ISO 3166-1 language code.
Public propertyText
The translated text.
Top
See Also