ESRI.ArcGIS.Mobile.Client
CompositeValueConverter Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.Client.ValueConverters Namespace : CompositeValueConverter Class


The following tables list the members exposed by CompositeValueConverter.

Public Constructors

 NameDescription
Public ConstructorCompositeValueConverter Constructor Initializes a new instance of the CompositeValueConverter class.  
Top

Public Properties

 NameDescription
Public PropertyConverters Collection of aggregated value converters.  
Top

Public Methods

 NameDescription
Public MethodConvert Modifies the source data before passing it to the target for display in the UI.  
Public MethodConvertBack Modifies the target data before passing it to the source object. This method is called only in TwoWay bindings.  
Top

See Also