Click or drag to resize

AttributeGroupTextWeb Class

Holds an autogenerated text for a specific attribute group. Autogenerated texts are created based on the values of the associated attributes on a rental object. Thus, the resulting text is a product of the configured attributes on a rental object. It is unlikely that all attribute groups has an associated automatic text.
Inheritance Hierarchy

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 AttributeGroupTextWeb : AttributeGroupWeb

The AttributeGroupTextWeb type exposes the following members.

Constructors
  NameDescription
Public methodAttributeGroupTextWeb
Top
Properties
  NameDescription
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyName
The translated name of the attribute group
(Inherited from AttributeGroupWeb.)
Public propertyText
The translated and autogenerated text of the attribute group in the callers speificed language.
Top
See Also