Click or drag to resize

BookingWcfServiceAttributes Method

Returns a list of all available rental object attributes. Not all attributes are used on each rental object. AttributeWeb.

Namespace:  Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IList<AttributeWeb> Attributes()

Return Value

Type: IListAttributeWeb
A list of all available rental object attributes

Implements

IBookingWcfServiceAttributes
See Also