Table of Contents

Class NamedPropertyDescriptor

Namespace
Ecng.ComponentModel
Assembly
Ecng.ComponentModel.dll

Represents a property descriptor with a defined name used for display purposes.

public abstract class NamedPropertyDescriptor : PropertyDescriptor
Inheritance
NamedPropertyDescriptor
Derived
Inherited Members
Extension Methods

Constructors

NamedPropertyDescriptor(MemberDescriptor)

Initializes a new instance of the NamedPropertyDescriptor class.

protected NamedPropertyDescriptor(MemberDescriptor descr)

Parameters

descr MemberDescriptor

MemberDescriptor

NamedPropertyDescriptor(MemberDescriptor, Attribute[])

Initializes a new instance of the NamedPropertyDescriptor class.

protected NamedPropertyDescriptor(MemberDescriptor descr, Attribute[] attrs)

Parameters

descr MemberDescriptor

MemberDescriptor

attrs Attribute[]

Attributes

NamedPropertyDescriptor(string, Attribute[])

Initializes a new instance of the NamedPropertyDescriptor class.

protected NamedPropertyDescriptor(string name, Attribute[] attrs)

Parameters

name string

Name

attrs Attribute[]

Attributes

Methods

ToString()

public override string ToString()

Returns

string