Datapolis Process System SDK

Search:

Contents
:
IndexBookmarkPrint
Home > Functions > Function XMLs > Function Schema > Functions > Function

Function

 

 

The element contains the definition of a function.

 

<Function
    Name = "Text"
    Title = "Text"
    Description = "Text"
    Assembly = "Text"
    Category = "Text">
</Function>


Attributes


Name Description
Name Required Text. The name of a function. It should correspond to the function class given with the full namespace.
Title Required Text. The title of a function shown in Datapolis Process System Designer.
Description Required Text. The description of a function shown in Datapolis Process System Designer.
Assembly Required Text. The function assembly formed according to rule: [Function Assembly Name], Version=[Version], Culture=[Culture], PublicKeyToken=[PublicKeyToken].
Category Required Text. The function category. A function can only belong to one category. See also: Function Category Schema