Click or drag to resize

UpdatePicturesCriteria Class

Add a new case.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContracts.OwnerLoginOwnerLoginBaseCriteria
      Tse.EasyBook.Server.DataContracts.OwnerLoginUpdatePicturesCriteria

Namespace:  Tse.EasyBook.Server.DataContracts.OwnerLogin
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class UpdatePicturesCriteria : OwnerLoginBaseCriteria

The UpdatePicturesCriteria type exposes the following members.

Constructors
  NameDescription
Public methodUpdatePicturesCriteria
Top
Properties
  NameDescription
Public propertyPicturesWithChanges
List for adding, deleting and editing pictures Set Editstate to the action you want performed for each picture The file needs to be jpg, png, bmp, tiff or gif to be considered valid
Public propertyProfileId
The profileid of the owner
(Inherited from OwnerLoginBaseCriteria.)
Public propertyRentalObjectNumber
The rentalobjectnumber for which to add/delete/edit pictures
Top
See Also