Table of Contents

Class Domain

Namespace
JD.Domain.Modeling
Assembly
JD.Domain.Modeling.dll

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

name string

The name of the domain.

Returns

DomainBuilder

A new domain builder instance.