EntityFilterRestrictionType Enumeration
- Last UpdatedNov 06, 2025
- 1 minute read
The EntityFilterRestrictionType enumeration contains values for determining what entities can be used for filtering the samples shown on the Sample Viewer, if any filtering.
'Declaration
Public Enum EntityFilterRestrictionType
Inherits System.Enum
public enum EntityFilterRestrictionType : System.Enum
| Member | Description |
|---|---|
| AnyLoggedOnEntity | Any entity that the user is logged onto |
| AnyLoggedOnEntityOrStorageEntity | Any entity or one of it's storage entities |
| CurrentEntity | Only the current entities samples can be viewed |
| CurrentEntityOrStorageEntity | Only samples for the current entity or one of it's storage entities |
| None | Any entity samples can be viewed |
System.Object
System.ValueType
System.Enum
FactMES.Client.Common.EntityFilterRestrictionType