GQISecurityServiceAttribute class
Definition
- Namespace:
Skyline.DataMiner.Core.GQI.Extensions - Assembly:
Skyline.DataMiner.Core.GQI.Extensions.dll
Indicates that the decorated class is a security-scoped service. One instance is shared across all users with the same security group combination.
Available from DataMiner 10.5.0 [CU18]/10.6.0 [CU6]/10.6.9 onwards.
Tip
See also: Services in GQI extensions.
Constructors
| Constructor | Description |
|---|---|
GQISecurityServiceAttribute() |
Registers and injects the service by its concrete type. |
GQISecurityServiceAttribute(Type serviceType) |
Registers and injects the service by the specified contract type. The decorated class must be assignable to this type. |
Properties
| Property | Type | Description |
|---|---|---|
| ServiceType | Type |
Inherited from GQIServiceAttribute. |
| IdleExpirationMinutes | int |
Inherited from GQIServiceAttribute. The default value is 60. |