Table of Contents

Class ItemTypeHealth

Namespace
Dynamicweb.Content.Items.Health
Assembly
Dynamicweb.dll

The class to stores Item fields and tables in the database that does not exist in ItemType definition files

public sealed class ItemTypeHealth
Inheritance
ItemTypeHealth
Inherited Members

Properties

ExistsInMeta

Item definition exists in a metadata

public bool ExistsInMeta { get; init; }

Property Value

bool

ExistsInSchema

Item definition exists in a database schema

public bool ExistsInSchema { get; init; }

Property Value

bool

ItemFieldSystemName

The item field system name

public string? ItemFieldSystemName { get; init; }

Property Value

string

ItemTypeSystemName

The item type system name

public required string ItemTypeSystemName { get; init; }

Property Value

string
To top