Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/model08/Model08a"

From OOModels
< Artefact:Model‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | model08
Jump to navigationJump to search
(New page: {{Metabox | Meta_Type = Type:org/oomodels/WIML/1.0 | Meta_Domain = Domain:it/test | Meta_Category = Type:org/oomodels/wiki/Model | Meta_Downloa...)
 
 
(8 intermediate revisions by the same user not shown)
Line 11: Line 11:


<wiml>
<wiml>
* Model08 CoreClass
* Model08a CoreClass
+ XMAssembly
  - ObjectEditorBrowserStarter = Template="${packagepath}/BrowseTransactionStarter_Model08a"
  - ObjectEditorTransactionStarters = [ Aggregate={Template="${packagepath}/CreateTransactionStarter_Model08a"}, Aggregate={Template="${packagepath}/TransactionStarter_Transaction08"} ]
** Vorname String
** Vorname String
  + XMPresentation
    - ChangeabilityModes = [ "readwrite", "transactionreadwrite", "transactionreadwrite_zwei" ]
    - VisibilityModes = [ "readwrite", "readonly", "transactionreadwrite", "transactionreadonly", "subtransaction", "transactionreadwrite_eins", "transactionreadwrite_zwei" ]
** Nachname String
** Nachname String
  + XMPresentation
    - ChangeabilityModes = [ "readwrite", "transactionreadwrite", "transactionreadwrite_zwei" ]
    - VisibilityModes = [ "readwrite", "readonly", "transactionreadwrite", "transactionreadonly", "subtransaction", "transactionreadwrite_zwei" ]
</wiml>
</wiml>

Latest revision as of 12:28, 14 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]

Model08a
«CoreClass»
...
XMAssembly ObjectEditorBrowserStarterTemplate = "${packagepath}/BrowseTransactionStarter_Model08a"
ObjectEditorTransactionStarters[
    Aggregate = {
        Template = "${packagepath}/CreateTransactionStarter_Model08a"
    },
    Aggregate = {
        Template = "${packagepath}/TransactionStarter_Transaction08"
    }
]
VornameString«»
...
XMPresentation ChangeabilityModes[
    "readwrite",
    "transactionreadwrite",
    "transactionreadwrite_zwei"
]
VisibilityModes[
    "readwrite",
    "readonly",
    "transactionreadwrite",
    "transactionreadonly",
    "subtransaction",
    "transactionreadwrite_eins",
    "transactionreadwrite_zwei"
]
NachnameString«»
...
XMPresentation ChangeabilityModes[
    "readwrite",
    "transactionreadwrite",
    "transactionreadwrite_zwei"
]
VisibilityModes[
    "readwrite",
    "readonly",
    "transactionreadwrite",
    "transactionreadonly",
    "subtransaction",
    "transactionreadwrite_zwei"
]