Click or drag to resize

AssetDefinition Properties

The AssetDefinition type exposes the following members.

Properties
  NameDescription
Public propertyAccessQuery
Gets or sets the query involving the AssetObject that must be satisfied for this asset to provide coverage.
Public propertyAssetObject
Gets or sets 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 AccessQuery defining how the asset communicates with the coverage target.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyIsRequiredForCoverage
Gets or sets a value indicating whether this asset must provide coverage in order for any others to provide coverage.
Top
See Also