CustomTypeConverterAttribute Constructors

Definition

Overloads

CustomTypeConverterAttribute(String)
CustomTypeConverterAttribute(String, String)

CustomTypeConverterAttribute(String)

public:
 CustomTypeConverterAttribute(System::String ^ editorTypeName);
public CustomTypeConverterAttribute (string editorTypeName);
new Microsoft.BizTalk.Adapter.Framework.ComponentModel.CustomTypeConverterAttribute : string -> Microsoft.BizTalk.Adapter.Framework.ComponentModel.CustomTypeConverterAttribute
Public Sub New (editorTypeName As String)

Parameters

editorTypeName
String

Applies to

CustomTypeConverterAttribute(String, String)

public:
 CustomTypeConverterAttribute(System::String ^ assemblyPath, System::String ^ editorTypeName);
public CustomTypeConverterAttribute (string assemblyPath, string editorTypeName);
new Microsoft.BizTalk.Adapter.Framework.ComponentModel.CustomTypeConverterAttribute : string * string -> Microsoft.BizTalk.Adapter.Framework.ComponentModel.CustomTypeConverterAttribute
Public Sub New (assemblyPath As String, editorTypeName As String)

Parameters

assemblyPath
String
editorTypeName
String

Applies to