Interface IUiConfiguration
- Namespace
- Innova.Prism.Library.Configuration.UI
- Assembly
- Innova.Prism.Library.dll
Represents the interface for UI configuration.
public interface IUiConfiguration
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.
- 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.