Interface IWMExecutableAsset
Assets that are executable, such as functions, data queries, service requests, etc. must implement this interface.
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
Methods
Execute(ElementValue)
Declaration
ElementValue Execute(ElementValue parameters)
Parameters
Returns