Click or drag to resize

PartnerBlockingAuthRestWcfService Class

Inheritance Hierarchy
SystemObject
  Tse.EasyBook.Server.WcfContracts.WebClientRestWcfBase
    Tse.EasyBook.Server.WcfContracts.WebClientPartnerBlockingAuthRestWcfService

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 class PartnerBlockingAuthRestWcfService : RestWcfBase, 
	IPartnerBlockingAuthRestWcfService

The PartnerBlockingAuthRestWcfService type exposes the following members.

Methods
  NameDescription
Public methodCalendarDeleteJson
Returns true if the partner blocking is successfully deleted. Otherwise an exception is thrown.
Public methodCalendarGetJson
Returns a list of CalendarEntryWeb.
Public methodCalendarPostJson
Returns a CalendarEntryWeb if the partner blocking is successfully created. Otherwise an exception is thrown.
Public methodGetDocumentation
Get standard help for the operations of this endpoint and interject xml documentation for fields of the dto classes.
(Inherited from RestWcfBase.)
Public methodRentalObjectGetJson
Returns a list of RentalObjectWeb shared with the partner.
Top
See Also