Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
RebrandingConverter Constructor (uid, vid, defaultValue)
NamespacesGenesyslab.Desktop.Infrastructure.RebrandingRebrandingConverterRebrandingConverter(String, String, Object)
Initializes the rebranding converter.
Declaration Syntax
C#Visual BasicVisual C++
public RebrandingConverter(
	string uid,
	string vid,
	Object defaultValue
)
Public Sub New ( _
	uid As String, _
	vid As String, _
	defaultValue As Object _
)
public:
RebrandingConverter(
	String^ uid, 
	String^ vid, 
	Object^ defaultValue
)
Parameters
uid (String)
The unique id.
vid (String)
The value id.
defaultValue (Object)
The default value.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)