Intersoft ClientUI Documentation
PropertyTypeConverterAttribute Class
Members 



Represents the attribute to define a type converter for a marked class or property.
Syntax
<AttributeUsageAttribute(ValidOn=AttributeTargets.Class Or  _
    AttributeTargets.Property, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class PropertyTypeConverterAttribute 
   Inherits System.Attribute
[AttributeUsageAttribute(ValidOn=AttributeTargets.Class | 
    AttributeTargets.Property, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class PropertyTypeConverterAttribute : System.Attribute 
[AttributeUsageAttribute(ValidOn=AttributeTargets.Class | 
    AttributeTargets.Property, 
   AllowMultiple=false, 
   Inherited=true)]
public ref class PropertyTypeConverterAttribute sealed : public System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      Intersoft.Client.Data.ComponentModel.PropertyTypeConverterAttribute

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyTypeConverterAttribute Members
Intersoft.Client.Data.ComponentModel Namespace

Send Feedback