http://www.FatTail.com/api
DynamicProperty Complex Type
http://www.FatTail.com/api : DynamicProperty Complex Type
Description
Used to provide user defined properties to various classes.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
DynamicProperty Extension of AdBookConnectEntity Complex Type
Used to provide user defined properties to various classes.
Sequence
DynamicPropertyID optional xs:long
System ID of the dynamic property.
Name optional xs:string
Name of the dynamic property.
Type optional DynamicPropertyType Simple Type
Dynamic property Type.  This corresponds to the type of control used on the AdBook UI, used to display the field.
Used By
DynamicProperty Element
DynamicProperty Element
Source
<xs:complexType name="DynamicProperty" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>&lt;summary&gt;Custom field information.&lt;/summary&gt;</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q106="http://www.FatTail.com/api" base="q106:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="DynamicPropertyID" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;System ID for the property.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Property name configured.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Type" type="q106:DynamicPropertyType" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api