Show / Hide Table of Contents

Interface IWMExecutableAsset

Assets that are executable, such as functions, data queries, service requests, etc. 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 IWMExecutableAsset : IWMAsset, IDbEntity, IWMEntity, IDocumentedEntity, INamedEntity, IWMAssetDirectoryMember, IWMPrincipalOwned

Properties

SourceString

The string that provides the source, command, or control text for execution of this asset.

Declaration
string SourceString { get; }
Property Value
Type Description
string

Methods

Execute(ElementValue)

Declaration
ElementValue Execute(ElementValue parameters)
Parameters
Type Name Description
ElementValue parameters
Returns
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