Get the AutoConverter for the given member name and Asset type name.
Returns null if the member type doesn't have a matching
AutoConverter instance.
Namespace: Cartella.InterfacesAssembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
IAutoConverter GetAutoConverter( string sourceMemberName, string typeName ) |
| Visual Basic |
|---|
Function GetAutoConverter ( _ sourceMemberName As String, _ typeName As String _ ) As IAutoConverter |
| Visual C++ |
|---|
IAutoConverter^ GetAutoConverter( String^ sourceMemberName, String^ typeName ) |