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

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | model30
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{
    Add = {
        Name = "Vorname",
        TableVersion = "3"
    },
    Value = {
        Name = "Vorname",
        Value = «substring(@(Nachname) from '^([^ ]*)(?: .*)$')»,
        TableVersion = "3"
    }
}
NachnameString«»
...
XMState ChangeLog{
    Rename = {
        OldName = "Name",
        NewName = "Nachname",
        TableVersion = "2"
    },
    Value = {
        Name = "Nachname",
        Value = «substring(@(Nachname) from '^[^ ]*(?: (.*))$')»,
        TableVersion = "3"
    }
}