AccessModel Class

Returns if the user has access to a certain component, and whether to hide it entirely if not.

Definition

Namespace: MobileTrack.DataContainers.Models
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class AccessModel
Inheritance
Object    AccessModel

Constructors

AccessModel Default constructor

Properties

HideUnavailableControls Whether access has been granted for the user.
Permissions Whether to hide the component if access has not been granted.

See Also