Table of Contents

Class EntityMetadata

Namespace
GroupeIsa.Neos.Domain.Entities
Assembly
GroupeIsa.Neos.Domain.Abstractions.dll

Represents metadata for an entity.

public class EntityMetadata
Inheritance
EntityMetadata
Inherited Members

Constructors

EntityMetadata(string?)

Initializes a new instance of the EntityMetadata class.

public EntityMetadata(string? description)

Parameters

description string

The description of the entity.

Properties

Description

Gets or sets the description of the entity.

public string? Description { get; set; }

Property Value

string