Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/model30/Model30"

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | model30
Jump to navigationJump to search
Line 13: Line 13:
* Model30 CoreClass
* Model30 CoreClass
  + org/xmodel/XMState
  + org/xmodel/XMState
     - TableVersion="1"
     - TableVersion="2"
** Name String
** Nachname String
+ org/xmodel/XMState
    - ChangeLog={Rename={OldName="Name",NewName="Nachname",TableVersion="2"}}
</wiml>
</wiml>

Revision as of 13:56, 23 August 2012

Classification
Type Type:org/oomodels/WIML/1.0
Domain Domain:it/test
Category Type:org/oomodels/wiki/Model
More
Download Code
Namespace (more)

Private namespace of Andreas Leue.

create new pages

Code[edit]

Model30
«CoreClass»
...
XMState TableVersion"2"
NachnameString«»
...
XMState ChangeLog{
    Rename = {
        OldName = "Name",
        NewName = "Nachname",
        TableVersion = "2"
    }
}