Click or drag to resize

AssetDefinition Constructor (Object, AccessQuery)

Create a new instance based on the given asset and its associated AccessQuery.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AssetDefinition(
	Object assetObject,
	AccessQuery query
)

Parameters

assetObject
Type: SystemObject
The object which represents the asset. In most cases, this should be a reference to the IServiceProvider which is acting as the actual instance of the asset, with the query defining how the asset communicates with the coverage target.
query
Type: AGI.Foundation.AccessAccessQuery
The query which must be satisfied for this asset to provide coverage.
See Also