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.2.419.0 (24.2.419.0)
Syntax public AssetDefinition(
Object assetObject,
AccessQuery query
)
Public Sub New (
assetObject As Object,
query As AccessQuery
)
public:
AssetDefinition(
Object^ assetObject,
AccessQuery^ query
)
new :
assetObject : Object *
query : AccessQuery -> AssetDefinition
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