McPropertyDescriptor Class |
![]() |
Namespace: MediaCy.Utilities.SystemEx
Public Class McPropertyDescriptor Inherits PropertyDescriptor
The McPropertyDescriptor type exposes the following members.
Name | Description | |
---|---|---|
![]() | McPropertyDescriptor(PropertyDescriptor, Attribute) | Initializes a new instance of the McPropertyDescriptor class |
![]() | McPropertyDescriptor(PropertyDescriptor, IDictionary) | Initializes a new instance of the McPropertyDescriptor class |
Name | Description | |
---|---|---|
![]() | ComponentType | (Overrides PropertyDescriptorComponentType.) |
![]() | Converter | (Overrides PropertyDescriptorConverter.) |
![]() | IsReadOnly | (Overrides PropertyDescriptorIsReadOnly.) |
![]() | PropertyType | (Overrides PropertyDescriptorPropertyType.) |
Name | Description | |
---|---|---|
![]() | CanResetValue | (Overrides PropertyDescriptorCanResetValue(Object).) |
![]() ![]() | DictToAttribList |
Creates a list of Attributes from an IDictionary of String + value (normally a string)
|
![]() | GetValue | (Overrides PropertyDescriptorGetValue(Object).) |
![]() | ResetValue | (Overrides PropertyDescriptorResetValue(Object).) |
![]() | SetValue | (Overrides PropertyDescriptorSetValue(Object, Object).) |
![]() | ShouldSerializeValue | (Overrides PropertyDescriptorShouldSerializeValue(Object).) |