Click or drag to resize

PartnerBlockIntervalCriteria Class

Datacontract for the input criteria used to post an partnerBlocking using the "CalendarPost" and "CalendarDelete" REST web service. Date format is ISO8601 like "yyyy-MM-ddTHH:mm:ssK
Inheritance Hierarchy
SystemObject
  Tse.EasyBook.Server.DataContracts.WebClient.PartnerBlockingPartnerBlockIntervalCriteria

Namespace:  Tse.EasyBook.Server.DataContracts.WebClient.PartnerBlocking
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class PartnerBlockIntervalCriteria

The PartnerBlockIntervalCriteria type exposes the following members.

Properties
  NameDescription
Public propertyEnd
End date of the partner blocking, using the ISO8601 format like "yyyy-MM-ddTHH:mm:ssK
Public propertyStart
Start date of the partner blocking, using the ISO8601 format like "yyyy-MM-ddTHH:mm:ssK
Top
See Also