FileAttachment
FileAttachmentDetailsModel Complex Type
FileAttachment : FileAttachmentDetailsModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.FileAttachment
Diagram
CreatedDate Element FileMimeType Element FileExtension Element FileName Element FileBytes Element TaskID Element ID Element Sequence FileAttachmentDetailsModel Complex Type
Overview
Sequence
ID optional xs:int
TaskID optional xs:int
FileBytes optional xs:base64Binary
FileName optional xs:string
FileExtension optional xs:string
FileMimeType optional xs:string
CreatedDate optional xs:dateTime
Used By
FileAttachmentDetailsModel Element
FileAttachmentDetailsModel Element
Source
<xs:complexType name="FileAttachmentDetailsModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="ID" type="xs:int" />
    <xs:element minOccurs="0" name="TaskID" type="xs:int" />
    <xs:element minOccurs="0" name="FileBytes" nillable="true" type="xs:base64Binary" />
    <xs:element minOccurs="0" name="FileName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="FileExtension" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="FileMimeType" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="CreatedDate" type="xs:dateTime" />
  </xs:sequence>
</xs:complexType>
See Also
FileAttachment