TypedProperty Type

Simple object for capturing typed properties for widgets, en leiu of serializing PropertyDescriptors.

Type Template

<...>
    <!-- List of ... -->
    <communities>
        <!-- Contents of Community -->
    <communities>
    <label>xs:string</label>
    <name>xs:string</name>
    <objectTypeName>xs:string</objectTypeName>
    <!-- List of ... -->
    <projects>
        <!-- Contents of Project -->
    <projects>
    <shortDescription>xs:string</shortDescription>
    <!-- List of ... -->
    <socialGroups>
        <!-- Contents of SocialGroup -->
    <socialGroups>
    <type>WSTypedProperty.Type</type>
    <value>xs:string</value>
    <!-- List of ... -->
    <values>
        <!-- Contents of TypedProperty -->
    <values>
<...>

Note: Element descriptions are split into information that's relevant when you're creating an instance of this type and information relevant when you're receiving an instance of it. Occasionally these will differ.

Elements

Element Description
communities
Setting
Getting
label
Setting
Getting
name
Setting
Getting
objectTypeName
Setting
Getting
projects
Setting
Getting
shortDescription
Setting
Getting
socialGroups
Setting
Getting
type
Setting
Getting
value
Setting
Getting
values
Setting
Getting