DynamicListBaseAttribute
|
Describes the attributes of a Dynamic List ( IE: Subscribe-able collection ).
|
DynamicListMemberAttribute
|
Describes the attributes of a Dynamic List Member ( IE: Subscribe-able List collection member ).
|
DynamicListRootAttribute
|
Denotes a property on a class that is the root item containing a collection of sub-trees.
These sub-trees, while stored within the root list on the associated EditeableItem are handled independent of one another.
|
DynamicListSubscriberAttribute
|
Describes the attributes of a Dynamic List Subscriber( IE: Listens to a Subscribe-able collection for changes ).
Uses the subscribe-able list as a value source.
|