http://www.FatTail.com/api
DynamicPropertyType Simple Type
http://www.FatTail.com/api : DynamicPropertyType Simple Type
Description
Type of the dynamic property.  This is in terms of the type of control used to display the value in the AdBook UI.
Namespace http://www.FatTail.com/api
Type
Restriction of xs:string
Overview
DynamicPropertyType Restriction of xs:string
Type of the dynamic property.  This is in terms of the type of control used to display the value in the AdBook UI.
Facets
EnumerationNotSpecified
EnumerationText
EnumerationInteger
EnumerationDecimal
EnumerationList
EnumerationMultiSelectionList
EnumerationBoolean
EnumerationDateTime
EnumerationMultiLineText
EnumerationMonthly
EnumerationMonthlyTextBox
EnumerationMonthlyDecimal
EnumerationAttachment
Source
<xs:simpleType name="DynamicPropertyType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>&lt;summary&gt;Property type enumeration for custom properties.&lt;/summary&gt;</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="NotSpecified">
      <xs:annotation>
        <xs:documentation>&lt;summary&gt;Invalid&lt;/summary&gt;</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Text">
      <xs:annotation>
        <xs:documentation>&lt;summary&gt;Text value&lt;/summary&gt;</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Integer">
      <xs:annotation>
        <xs:documentation>&lt;summary&gt;64 bit integer value&lt;/summary&gt;</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Decimal">
      <xs:annotation>
        <xs:documentation>&lt;summary&gt;Real number&lt;/summary&gt;</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="List">
      <xs:annotation>
        <xs:documentation>&lt;summary&gt;ID value from a list.  Use the GetDynamicPropertiesListValuesByPropertyID method to retrieve the valid ID values for a list field.&lt;/summary&gt;</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MultiSelectionList">
      <xs:annotation>
        <xs:documentation>&lt;summary&gt;Comma separated list of ID values from a list.  Use the GetDynamicPropertiesListValuesByPropertyID method to retrieve the valid ID values for a list
            field.&lt;/summary&gt;</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Boolean">
      <xs:annotation>
        <xs:documentation>&lt;summary&gt;true or false&lt;/summary&gt;</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="DateTime">
      <xs:annotation>
        <xs:documentation>&lt;summary&gt;Date/time value&lt;/summary&gt;</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MultiLineText" />
    <xs:enumeration value="Monthly" />
    <xs:enumeration value="MonthlyTextBox" />
    <xs:enumeration value="MonthlyDecimal" />
    <xs:enumeration value="Attachment" />
  </xs:restriction>
</xs:simpleType>
See Also
http://www.FatTail.com/api