Artefact:Model/net/leue/andreas/sandbox/model30/Model30

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | model30
Revision as of 13:57, 23 August 2012 by AndreasLeue (talk | contribs)
Jump to navigationJump to search
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"3"
VornameString«»
...
XMState ChangeLog{
    Rename = {
        OldName = "Name",
        NewName = "Nachname",
        TableVersion = "2"
    },
    Split = {
        RegExp = «^([^ ]*)(?: (.*))$»,
        Targets = [
            "Vorname",
            "Nachname"
        ],
        TableVersion = "3"
    }
}
NachnameString«»