Click or drag to resize

AccessQueryGraphicsParameterT Constructor (AccessQuery, IServiceProvider, T, T, T)

Initializes a new instance with the specified parameters.

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AccessQueryGraphicsParameter(
	AccessQuery query,
	IServiceProvider timeObserver,
	T accessExists,
	T accessUnknown,
	T noAccess
)

Parameters

query
Type: AGI.Foundation.AccessAccessQuery
The access query to evaluate.
timeObserver
Type: SystemIServiceProvider
The IServiceProvider time observer to use when evaluating this query.
accessExists
Type: T
The value to return if access exists.
accessUnknown
Type: T
The value to return if access is unknown.
noAccess
Type: T
The value to return if there is no access.
See Also