Click or drag to resize

AttachmentListItemWeb Class

Data contract for the input criteria for the "OwnerAccess" webservice.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContracts.OwnerLoginAttachmentListItemWeb
        Tse.EasyBook.Server.DataContracts.OwnerLoginAttachmentWeb

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 AttachmentListItemWeb : DataContractEntityWeb

The AttachmentListItemWeb type exposes the following members.

Constructors
  NameDescription
Public methodAttachmentListItemWeb
Top
Properties
  NameDescription
Public propertyCreationDate
Date of creation
Public propertyDescription
Description of file
Public propertyEmployee
The employee who created the attachment
Public propertyFileName
Name of the file
Public propertyFileSize
Size of the file
Public propertyFileType
The fileextension
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Top
See Also