Click or drag to resize

ClientStatusToDisconnectEnabledConverter Class

Converter that returns true when the client can disconnect (status is Connected).
Inheritance Hierarchy
SystemObject
  System.Windows.MarkupMarkupExtension
    Emulate3D.WebConfigurationClientStatusToDisconnectEnabledConverter

Namespace: Emulate3D.WebConfiguration
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class ClientStatusToDisconnectEnabledConverter : MarkupExtension, 
	IValueConverter

The ClientStatusToDisconnectEnabledConverter type exposes the following members.

Constructors
 NameDescription
Public methodClientStatusToDisconnectEnabledConverterInitializes a new instance of the ClientStatusToDisconnectEnabledConverter class
Top
Methods
See Also