DOM Data Types

From Virtual World Web Wiki
Jump to: navigation, search

Remarks [edit]

DOMAttribute (Full Article)

Represents a Object Type DOM Attribute. DOM Attribution allows you to add metadata to nodes and properties of an Object Types. Much like attributes in C# these attributes are available on all instances of an object type in the DOM.

DOMAttributeCollection (Full Article)

Represents a collection of attributes used for DOM Attribution. This is a part of the infrastructure and should not be used directly unless you are creating a custom attributed object type directly.

DOMAttributeSet (Full Article)

Represents the set of properties defined on a DOM Object or DOMPropertyItem

DOMAttributeValueAttribute (Full Article)

Provides extra information about properties of DOMClassAttribute and DOMPropertyAttribute properties. So basically it's a DOM Object Property - DOM Attribute Attribute - Property - Attribute

DOMClassAttribute (Full Article)

Marks a DOM object class (type) with a built-in DOM Attribute which will automatically be visible on any instance of any node of the attributed type.

DOMDiffAttribute (Full Article)

Sets the behavior of the attributed property during a Diff / Merge / Compare operation.

DOMDisplayAttribute (Full Article)

Provides display hints for DOM hierarchy and property viewers. This attribute can be placed on classes or formal properties to improve their display in Curioisty or other tools.

DOMPropertyAttribute (Full Article)

Marks a DOM Object class property as formal property causing it to be assosiated with an item in the object's Properties collection at runtime. This attribute also specifies various security attributes of the property, and can apply built-in DOM Attributes to the property which will automatically be visible on any instance of any node of the attributed type at run-time.