StiUserFunctionArgument Class
Namespace: Stimulsoft.Report.Dictionary
Constructors
| Constructor | Description |
|---|---|
| constructor(any name, any type, any description) |
constructor(name: any, type: any, description: any)
Parameters
- name (any)
- type (any)
- description (any)
Methods
| Method | Returns | Description |
|---|---|---|
| clone | StiUserFunctionArgument | |
loadFromXml static |
StiUserFunctionArgument | |
| meta | StiMeta[] | |
| toString | string |
Method Details
clone
clone(): StiUserFunctionArgument
Returns StiUserFunctionArgument
loadFromXml static
loadFromXml(xmlNode: XmlNode): StiUserFunctionArgument
Parameters
- xmlNode (XmlNode)
Returns StiUserFunctionArgument
meta
meta(): StiMeta[]
Returns StiMeta[]
toString
toString(): string
Returns string
Fields
| Field | Type | Description |
|---|---|---|
| description | any | |
| name | any | |
| type | any |