Table of Contents

Class EavLightEntityReference

Namespace
ToSic.Eav.DataFormats.EavLight
Assembly
ToSic.Eav.ImportExport.dll

DTO for a relationship pointer to other entities.

Used in preparing Entities for Basic-JSON serialization.

[InternalApi_DoNotUse_MayChangeWithoutNotice("DTO objects are only publicly documented but can change with time. You usually will not need them in your code. ")]
public class EavLightEntityReference
Inheritance
EavLightEntityReference

Fields

Guid

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Guid? Guid

Field Value

Guid?

Id

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public int? Id

Field Value

int?

Title

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string Title

Field Value

string