![]() |
dev.tirsvad.dk
Tirsvad Website: A Clean Architecture .NET solution using Blazor WebAssembly for modern, cloud-ready web applications. Supports SQLite/MySQL, containerization, and follows best practices for maintainability and scalability.
|
Represents an organization entity within the domain model. More...


Properties | |
| Guid | Id [get, set] |
| Gets or sets the unique identifier for the organization. | |
| required string | Name [get, set] |
| Gets or sets the name of the organization. | |
| required string | Description [get, set] |
| Gets or sets the description of the organization. | |
| virtual ICollection< Project > | Projects = [] [get, set] |
Represents an organization entity within the domain model.
The Organisation class is a core domain entity that encapsulates the identity and descriptive information of an organization, as well as its relationship to associated projects. This entity is part of the Clean Architecture domain layer and is intended to be persisted via the infrastructure layer.
|
getset |
Gets or sets the unique identifier for the organization.
Implements Domain.Interfaces.IEntity.