Interface IWMParameterizedAsset
Assets that require parameters for their execution must implement this interface
Inherited Members
Namespace: Quantellia.WMServer.Asset.Base
Assembly: WMServer.dll
Syntax
public interface IWMParameterizedAsset : IWMAsset, IDbEntity, IWMEntity, IDocumentedEntity, INamedEntity, IWMAssetDirectoryMember, IWMPrincipalOwned
Properties
Parameters
The ordered list of parameters by name required to execute this asset.
Declaration
ElementValue Parameters { get; }
Property Value
Type | Description |
---|---|
ElementValue |