Difference between revisions of "Artefact:Model/de/gtools/gaertner/sandbox/trans01/KontaktPerson"

From OOModels
< Artefact:Model‎ | de‎ | gtools‎ | gaertner‎ | sandbox‎ | trans01
Jump to navigationJump to search
(New page: == Code == <wiml> * Person CoreClass + XMAssembly - ObjectEditorBrowserStarter = Template="net/leue/andreas/sandbox/model08/BrowseTransactionStarter_Model08a" - ObjectEditorTransactio...)
 
Line 1: Line 1:
{{Metabox
| Meta_Type                  = Type:org/oomodels/WIML/1.0
| Meta_Domain                = Domain:it/test
| Meta_Category              = Type:org/oomodels/wiki/Model
| Meta_Download              = true
| Meta_AddTypeToCategory    = true
| Meta_AddCategoryToCategory = true
}}
== Code ==
== Code ==



Revision as of 10:15, 11 May 2010

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

private name space of Manfred

create new pages

Code[edit]

Person
«CoreClass»
...
XMAssembly ObjectEditorBrowserStarterTemplate = "net/leue/andreas/sandbox/model08/BrowseTransactionStarter_Model08a"
ObjectEditorTransactionStarters[
    Template = "net/leue/andreas/sandbox/model08/CreateTransactionStarter_Model08a",
    Template = "net/leue/andreas/sandbox/model08/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"
]