Modifying Elements in the Model
The topics in this section show how to modify model elements and links to a model by using code.
In This Section
Working with Domain Properties
Explains how to use domain properties in code.How to: Set or Get Domain Property Values
Explains how to get or set domain properties.Providing Custom Constructors
Explains how to provide custom constructors.Designating Overridable Classes
Explains how to specify that a class may be overridden.Defining Calculated Properties
Explains how to define calculated properties.
Related Sections
Programming Domain-Specific Languages
Describes how to work with domain-specific languages by using code.Adding Elements to the Model
Explains how to add elements to the model.Accessing the Store Programmatically
Explains how to get a model from the in-memory store.Using Transactions
Explains how to wrap modifications to the model in a transaction.Modifying Elements in the Model
Explains how to modify model elements.How to: Delete Elements from the Model
Explains how to delete elements from the model.