Click or drag to resize

AttachmentWeb 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 AttachmentWeb : AttachmentListItemWeb, 
	IAttachment

The AttachmentWeb type exposes the following members.

Constructors
  NameDescription
Public methodAttachmentWeb
Top
Properties
  NameDescription
Public propertyCreatedBy
The employee who created the attachment
Public propertyCreationDate
Date of creation
(Inherited from AttachmentListItemWeb.)
Public propertyDate
Date of creation
Public propertyDescription
Description of file
(Inherited from AttachmentListItemWeb.)
Public propertyEmployee
The employee who created the attachment
(Inherited from AttachmentListItemWeb.)
Public propertyEncodedAttachment
Base64 encoded string containing file Set this field when adding new attachments
Public propertyFileDescription
Description of file
Public propertyFileName
Name of the file
(Inherited from AttachmentListItemWeb.)
Public propertyFileSize
Size of the file
(Inherited from AttachmentListItemWeb.)
Public propertyFileType
The fileextension
(Inherited from AttachmentListItemWeb.)
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Top
See Also