Language

StringUpperCaseFunctoid Class

Definition

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

Constructors

Name Description
StringUpperCaseFunctoid()

Properties

Name Description
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

Name Description
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, Int32) (Inherited from BaseFunctoid)
GetFunctionName(ScriptType) (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, Int32, Int32) (Inherited from BaseFunctoid)
GetScriptBuffer(ScriptType, Int32) (Inherited from BaseFunctoid)
GetScriptBuffer(ScriptType) (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, String) (Inherited from BaseFunctoid)
SetExternalFunctionName(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, Int32) (Inherited from BaseFunctoid)
SetScriptBuffer(ScriptType, String) (Inherited from BaseFunctoid)
SetScriptGlobalBuffer(ScriptType, String) (Inherited from BaseFunctoid)
SetTooltip(String) (Inherited from BaseFunctoid)
SetupResourceAssembly(String, Assembly) (Inherited from BaseFunctoid)

Applies to