| TechTalk Genome Wire Object Protocol v4.2 |
|
View Definition File Syntax Guide
View Definition File Elements
| Element |
Description |
|
<WireObjectProtocol>
|
The root element of the view definition file.
|
|
<Using>
|
Specifies a namespace allowing to refer the types within by their unqualified short type name.
|
|
<View>
|
Defines a named message substructure for a particular persistent class.
|
|
<Member>
|
Specifies a property to be serialized in a view.
|
|
<Type>
|
Overrides a view definition on a derived class to further
specialize what additional properties of the subclass are
to be serialized in the message.
|
|
<Extends>
|
Extends the view definition with the serialization information defined for another view.
|