Class VisibilityService
- Namespace
- Innova.Prism.Library.Configuration.UI
- Assembly
- Innova.Prism.Library.dll
Service for determining the visibility of UI elements based on configuration settings.
public class VisibilityService : IVisibilityService
- Inheritance
-
VisibilityService
- Implements
Constructors
- VisibilityService(IEnumerable<IUiConfiguration>)
Initializes a new instance of the VisibilityService class.
Methods
- GetGroupVisibility(string, string)
Gets the visibility of a group based on the entity name and group name.
- GetVisibility(string, string)
Gets the visibility of a UI element based on the entity name and property name.