Click or drag to resize

StiFunction Class

[Missing <summary> documentation for "T:Stimulsoft.Report.Dictionary.StiFunction"]

Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.DictionaryStiFunction

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiFunction : IComparable, 
	IStiAppFunction, IStiAppCell

The StiFunction type exposes the following members.

Properties
  NameDescription
Public propertyArgumentDescriptions
Gets or sets array which contain descriptions of arguments.
Public propertyArgumentNames
Gets or sets array which contain names of arguments.
Public propertyArgumentTypes
Gets or sets array which contain types of arguments.
Public propertyCategory
Gets or sets category of function.
Public propertyDescription
Gets or sets description of function.
Public propertyFunctionName
Gets or sets name of function.
Public propertyGroupFunctionName
Gets or sets name of group.
Public propertyKey
Public propertyReturnDescription
Gets or sets description of returns.
Public propertyReturnType
Gets or sets return type of function.
Public propertyTypeOfFunction
Gets or sets type which contain method of function.
Public propertyUseFullPath
Top
Methods
  NameDescription
Public methodCompareTo
Public methodConvertTypeToString
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFunctionString(StiReportLanguageType)
Public methodGetFunctionString(StiReportLanguageType, Boolean)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLongFunctionString
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
See Also