Class Domain
Provides the entry point for defining domain models using the fluent DSL.
public static class Domain
- Inheritance
-
Domain
- Inherited Members
Methods
Create(string)
Creates a new domain builder with the specified name.
public static DomainBuilder Create(string name)
Parameters
namestringThe name of the domain.
Returns
- DomainBuilder
A new domain builder instance.