Responder Developer Guide
TranslateEnumToRX<T> Method


Syntax
'Declaration
 
Public Function TranslateEnumToRX(Of T As {New, Struct})( _
   ByVal input As String, _
   ByVal integrationDomainName As String, _
   ByVal defaultDomainName As String _
) As Nullable(Of T)
'Usage
 
Dim instance As ResponderController
Dim input As String
Dim integrationDomainName As String
Dim defaultDomainName As String
Dim value As Nullable(Of T)
 
value = instance.TranslateEnumToRX(Of T)(input, integrationDomainName, defaultDomainName)
public Nullable<T> TranslateEnumToRX<T>( 
   string input,
   string integrationDomainName,
   string defaultDomainName
)
where T: new(), struct

Parameters

input
integrationDomainName
defaultDomainName

Type Parameters

T
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ResponderController Class
ResponderController Members

 

 


Send Comment