Table of Contents

Class UiConfiguration

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

Represents the base class for UI configuration.

public abstract class UiConfiguration : IUiConfiguration
Inheritance
UiConfiguration
Implements

Constructors

UiConfiguration()

Initializes a new instance of the UiConfiguration class.

Fields

dicEntities
dicFields

Properties

Entities

Gets or sets the list of UI entities.

Methods

AddEntity(string)

Adds a new UI entity with the specified name.

CreateConfiguration()

Creates the UI configuration.

CreateIndex()

Creates the index for UI fields and entities.

CustomizeConfiguration()

Customizes the UI configuration.

GetField(string, string)

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

IsFieldVisible(string, string)

Checks if the UI field with the specified entity name and field name is visible.

IsGroupVisible(string, string)

Checks if the UI group with the specified entity name and group name is visible.

ReIndex()

Reindexes the UI configuration.