Click or drag to resize

UpdateOwnerCriteria Class

Data contract class for saving certain information about an owner. Depending on the value of the propoerties the server updates the owner accordingly. Please see the individial property comments for specfic details.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsOwnerAccessBaseCriteria
      Tse.EasyBook.Server.DataContractsUpdateOwnerCriteria

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 UpdateOwnerCriteria : OwnerAccessBaseCriteria

The UpdateOwnerCriteria type exposes the following members.

Constructors
  NameDescription
Public methodUpdateOwnerCriteria
Top
Properties
  NameDescription
Public propertyAdditionalAddress
AdditionalAddress
Public propertyCancelMonthlySettlementsDistribution
True, if the owner does not receives monthly settlements
Public propertyCity
City for the address
Public propertyCountryIsoCode
ISO 3166-1 country code.
Public propertyHomeEmail
The owners home email.
Public propertyHomeFaxNo
The owners home fax number.
Public propertyHomeMobileNo
The owners home mobile phone number.
Public propertyHomePhoneNo
The owners home phone number.
Public propertyNewPassword
Sets the owners password to the contents of this string.
Public propertyPassword
(Inherited from OwnerAccessBaseCriteria.)
Public propertyPostalArea
Postal area code for the address
Public propertyPostalCode
PostalCode for the address
Public propertyRentalObjectNo
The rental object to find details for.
(Inherited from OwnerAccessBaseCriteria.)
Public propertyStreetName
The address streetname.
Public propertyWorkEmail
The owners work email if person or email if company.
Public propertyWorkFaxNo
The owners work fax number if person or fax number if company.
Public propertyWorkMobileNo
The owners work mobile phone number if person or mobile phone number if company.
Public propertyWorkPhoneNo
The owners work phone number if person or phone number if company.
Top
See Also