Table of Contents

Method GetField

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

GetField(string, string)

Gets the UI field with the specified entity name and field name.

public UiField GetField(string entityname, string fieldname)

Parameters

entityname string

The name of the entity.

fieldname string

The name of the field.

Returns

UiField

The UI field.