VEvent Type Description Provider Class
This is a custom type description provider that associates the ChildPropertyTypeDescriptor
with the VEvent class.
Definition
Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public class VEventTypeDescriptionProvider : ChildPropertyTypeDescriptionProviderVB
Public Class VEventTypeDescriptionProvider
Inherits ChildPropertyTypeDescriptionProviderC++
public ref class VEventTypeDescriptionProvider : public ChildPropertyTypeDescriptionProviderF#
type VEventTypeDescriptionProvider =
class
inherit ChildPropertyTypeDescriptionProvider
end- Inheritance
- Object TypeDescriptionProvider ChildPropertyTypeDescriptionProvider VEventTypeDescriptionProvider
Constructors
| VEventTypeDescriptionProvider | Constructor |
Methods
| CreateInstance | Creates an object that can substitute for another data type. (Inherited from TypeDescriptionProvider) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetCache | Gets a per-object cache, accessed as an IDictionary of key/value pairs. (Inherited from TypeDescriptionProvider) |
| GetExtendedTypeDescriptor | Gets an extended custom type descriptor for the given object. (Inherited from TypeDescriptionProvider) |
| GetExtenderProviders | Gets the extender providers for the specified object. (Inherited from TypeDescriptionProvider) |
| GetFullComponentName | Gets the name of the specified component, or if the component has no name. (Inherited from TypeDescriptionProvider) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetReflectionType(Object) | Performs normal reflection against the given object. (Inherited from TypeDescriptionProvider) |
| GetReflectionType(Type) | Performs normal reflection against a type. (Inherited from TypeDescriptionProvider) |
| GetReflectionType(Type, Object) | Performs normal reflection against the given object with the given type. (Inherited from TypeDescriptionProvider) |
| GetRuntimeType | Converts a reflection type into a runtime type. (Inherited from TypeDescriptionProvider) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| GetTypeDescriptor(Object) | Gets a custom type descriptor for the given object. (Inherited from TypeDescriptionProvider) |
| GetTypeDescriptor(Type) | Gets a custom type descriptor for the given type. (Inherited from TypeDescriptionProvider) |
| GetTypeDescriptor(Type, Object) |
This gets a custom type descriptor for the given type and object
(Inherited from ChildPropertyTypeDescriptionProvider) |
| IsSupportedType | Gets a value that indicates whether the specified type is compatible with the type description and its chain of type description providers. (Inherited from TypeDescriptionProvider) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |