http://www.FatTail.com/api
PackageComponentDropUpdateResult Complex Type
http://www.FatTail.com/api : PackageComponentDropUpdateResult Complex Type
Description
Result information for a package component drop update operation.
Namespace http://www.FatTail.com/api
Base Type
Extension of DropUpdateResult Complex Type
Overview
PackageComponentDropUpdateResult Extension of DropUpdateResult Complex Type
Result information for a package component drop update operation.
Sequence
DropID optional xs:long
System ID for the component drop being updated.
Fault optional DataAccessFault Complex Type
Error information if an exception was encountered during the update operation.
Sequence
FaultMessges optional ArrayOfstring Complex Type
Collection of exception messages.
Sequence
string 0..∞ xs:string
FaultObjectType optional DataAccessFaultObjectType Simple Type
Indicates the type of object that the fault is associated with.
FaultOperationType optional DataAccessFaultOperationType Simple Type
Indicates the type of operation that was requested when the fault occurred.
Success optional xs:boolean
True if the update operation was successful.  False if an exception was encountered.
ParentDropID optional xs:long
System ID referencing the package drop for the component being updated.
Used By
PackageComponentDropUpdateResult Element
PackageComponentDropUpdateResult Element
Source
<xs:complexType name="PackageComponentDropUpdateResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q643="http://www.FatTail.com/api" base="q643:DropUpdateResult">
      <xs:sequence>
        <xs:element minOccurs="0" name="ParentDropID" type="xs:long" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api