[This is preliminary documentation and is subject to change.]

Wraps a PropertyDescriptor ans another PropertyDescriptor and allows to add attributes to original one.

Namespace: Tools.ComponentModelT
Assembly: ReportingEngine Lite (in ReportingEngine Lite.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public class WrapPropertyDescriptor : PropertyDescriptor
Visual Basic
Public Class WrapPropertyDescriptor _
	Inherits PropertyDescriptor
Visual C++
public ref class WrapPropertyDescriptor : public PropertyDescriptor
F#
type WrapPropertyDescriptor =  
    class
        inherit PropertyDescriptor
    end
JScript
public class WrapPropertyDescriptor extends PropertyDescriptor

Inheritance Hierarchy

System..::..Object
  System.ComponentModel..::..MemberDescriptor
    System.ComponentModel..::..PropertyDescriptor
      Tools.ComponentModelT..::..WrapPropertyDescriptor

See Also