Skip to main content

ClientFormEntities

The ClientFormEntities class represents a collection of form entities used in the client-side form designer runtime.

Properties

NameDescription
GhostItemsA dictionary containing ghost form entities used for not needs to be rendered.
ItemsA dictionary containing form entities, where each entry consists of a unique string key and a corresponding JObject value.

Constructors

NameDescription
ClientFormEntities()Initializes a new instance of the ClientFormEntities class.