Table of Contents

Method AddEntity

Namespace
Innova.Prism.Library.Configuration.UI
Assembly
Innova.Prism.Library.dll

AddEntity(string)

Adds a new UI entity with the specified name.

public UiEntity AddEntity(string name)

Parameters

name string

The name of the entity.

Returns

UiEntity

The newly added UI entity.