Show / Hide Table of Contents

Interface IWMParameterizedAsset

Assets that require parameters for their execution must implement this interface

Inherited Members
IDbEntity.CreatedBy
IDbEntity.CreatedDate
IDbEntity.LastUpdatedBy
IDbEntity.LastUpdatedDate
IWMEntity.ID
IDocumentedEntity.Documentation
IDocumentedEntity.DocumentationMIMEType
INamedEntity.Name
INamedEntity.Summary
IWMAssetDirectoryMember.ParentDirectory
IWMAssetDirectoryMember.FullPathName
IWMPrincipalOwned.Owner
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
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE