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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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