IterationFunctoid Class

Definition

public ref class IterationFunctoid sealed : Microsoft::BizTalk::BaseFunctoids::BaseFunctoid
[System.Runtime.InteropServices.ComVisible(false)]
public sealed class IterationFunctoid : Microsoft.BizTalk.BaseFunctoids.BaseFunctoid
type IterationFunctoid = class
    inherit BaseFunctoid
Public NotInheritable Class IterationFunctoid
Inherits BaseFunctoid
Inheritance
IterationFunctoid
Attributes

Constructors

IterationFunctoid()

Properties

Category (Inherited from BaseFunctoid)
Description (Inherited from BaseFunctoid)
ExternalAssembly (Inherited from BaseFunctoid)
ExternalAssemblyPartialName (Inherited from BaseFunctoid)
ExternalAssemblyPath (Inherited from BaseFunctoid)
ExternalClassName (Inherited from BaseFunctoid)
HasSideEffects (Inherited from BaseFunctoid)
HasVariableInputs (Inherited from BaseFunctoid)
ID (Inherited from BaseFunctoid)
Image (Inherited from BaseFunctoid)
Image16 (Inherited from BaseFunctoid)
Name (Inherited from BaseFunctoid)
OutputConnectionType (Inherited from BaseFunctoid)
RequiredGlobalHelperFunctions (Inherited from BaseFunctoid)
Tooltip (Inherited from BaseFunctoid)

Methods

AddInputConnectionType(ConnectionType) (Inherited from BaseFunctoid)
AddScriptTypeSupport(ScriptType) (Inherited from BaseFunctoid)
BuildDynamicScriptHeader(String, String, String, Int32) (Inherited from BaseFunctoid)
GetBestSupportedScriptType(ArrayList) (Inherited from BaseFunctoid)
GetExternalFunctionName(Int32) (Inherited from BaseFunctoid)
GetFunctionName(ScriptType) (Inherited from BaseFunctoid)
GetFunctionName(ScriptType, Int32) (Inherited from BaseFunctoid)
GetInlineScriptBuffer(ScriptType, Int32, Int32) (Inherited from BaseFunctoid)
GetInputConnectionType(Int32) (Inherited from BaseFunctoid)
GetMaxParams(ScriptType) (Inherited from BaseFunctoid)
GetMinParams(ScriptType) (Inherited from BaseFunctoid)
GetResourceManager(String) (Inherited from BaseFunctoid)
GetScriptBuffer(ScriptType) (Inherited from BaseFunctoid)
GetScriptBuffer(ScriptType, Int32) (Inherited from BaseFunctoid)
GetScriptBuffer(ScriptType, Int32, Int32) (Inherited from BaseFunctoid)
GetScriptGlobalBuffer(ScriptType) (Inherited from BaseFunctoid)
IsSupportedScriptType(ScriptType) (Inherited from BaseFunctoid)
LoadBitmap(String, String) (Inherited from BaseFunctoid)
LoadString(String, String) (Inherited from BaseFunctoid)
RemoveScriptTypeSupport(ScriptType) (Inherited from BaseFunctoid)
SetBitmap(String) (Inherited from BaseFunctoid)
SetDescription(String) (Inherited from BaseFunctoid)
SetExternalFunctionName(String, String, String) (Inherited from BaseFunctoid)
SetExternalFunctionName(String, String, String, String) (Inherited from BaseFunctoid)
SetExternalFunctionName2(String) (Inherited from BaseFunctoid)
SetExternalFunctionName3(String) (Inherited from BaseFunctoid)
SetExternalFunctionNameWithAsmPath(String, String, String, String) (Inherited from BaseFunctoid)
SetMaxParams(Int32) (Inherited from BaseFunctoid)
SetMinParams(Int32) (Inherited from BaseFunctoid)
SetName(String) (Inherited from BaseFunctoid)
SetScriptBuffer(ScriptType, String) (Inherited from BaseFunctoid)
SetScriptBuffer(ScriptType, String, Int32) (Inherited from BaseFunctoid)
SetScriptGlobalBuffer(ScriptType, String) (Inherited from BaseFunctoid)
SetTooltip(String) (Inherited from BaseFunctoid)
SetupResourceAssembly(String, Assembly) (Inherited from BaseFunctoid)

Applies to