Click or drag to resize

IntermediationAgreementBaseWeb Class

Data contract base class for common information about an owner intermediation agreeement
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 IntermediationAgreementBaseWeb : IntervalWeb

The IntermediationAgreementBaseWeb type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyRentalObjectNo
The Rental object that this agreement applies to
Public propertyState
State for this interval
Public propertyStatus
Status for this interval
Public propertyValidFrom
Start date
(Inherited from IntervalWeb.)
Public propertyValidTo
End date. If null, the interval is seen as having no expiration.
(Inherited from IntervalWeb.)
Top
See Also