TypeConverter, so that AtomTextConstruct shows up in the property pages

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
public class AtomTextConstructConverter : ExpandableObjectConverter
Visual Basic (Declaration)
Public Class AtomTextConstructConverter _

	Inherits ExpandableObjectConverter
Visual C++
public ref class AtomTextConstructConverter : public ExpandableObjectConverter

Inheritance Hierarchy

System..::.Object
  System.ComponentModel..::.TypeConverter
    System.ComponentModel..::.ExpandableObjectConverter
      Google.GData.Client..::.AtomTextConstructConverter

See Also