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: 25.1.421.0 (25.1.421.0)
Syntax
public AssetDefinition(
	Object assetObject,
	AccessQuery query
)

Parameters

assetObject
Type: System.Object
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.Access.AccessQuery
The query which must be satisfied for this asset to provide coverage.
See Also