Class EntityMetadata
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
descriptionstringThe description of the entity.
Properties
Description
Gets or sets the description of the entity.
public string? Description { get; set; }