Common Tasks with Domain Models
This section contains information about the file format that represents a domain model and how to work with property values programmatically.
In This Section
Working with Domain Properties
Provides an overview of how to work with domain properties programmatically.Providing Custom Constructors
Provides an overview of how to use custom constructors for a domain class.Designating Overridable Classes
Describes how to designate methods on a domain class as overridden to support custom functionality.Defining Calculated Properties
Provides an example of a calculated property.
Related Sections
Working with Domain Models Programmatically
Describes how to use custom code to access and modify a domain model.Domain-Specific Language Tools Glossary
Defines the terminology used for Domain-Specific Language Tools.