C# Class Hawkeye.ComponentModel.ComponentModelExtensions

Mostrar archivo Open project: odalet/Hawkeye2

Public Methods

Method Description
Get ( this pinfo, object target, string &criticalError ) : object
GetAllEvents ( this context, object component, bool inspectBaseClasses = true, bool retrieveStaticMembers = true, bool keepOriginalCategoryAttribute = true ) : PropertyDescriptorCollection
GetAllProperties ( this context, object component, bool inspectBaseClasses = true, bool retrieveStaticMembers = true, bool keepOriginalCategoryAttribute = true ) : PropertyDescriptorCollection
Set ( this pinfo, object target, object value, string &criticalError ) : object

Method Details

Get() public static method

public static Get ( this pinfo, object target, string &criticalError ) : object
pinfo this
target object
criticalError string
return object

GetAllEvents() public static method

public static GetAllEvents ( this context, object component, bool inspectBaseClasses = true, bool retrieveStaticMembers = true, bool keepOriginalCategoryAttribute = true ) : PropertyDescriptorCollection
context this
component object
inspectBaseClasses bool
retrieveStaticMembers bool
keepOriginalCategoryAttribute bool
return System.ComponentModel.PropertyDescriptorCollection

GetAllProperties() public static method

public static GetAllProperties ( this context, object component, bool inspectBaseClasses = true, bool retrieveStaticMembers = true, bool keepOriginalCategoryAttribute = true ) : PropertyDescriptorCollection
context this
component object
inspectBaseClasses bool
retrieveStaticMembers bool
keepOriginalCategoryAttribute bool
return System.ComponentModel.PropertyDescriptorCollection

Set() public static method

public static Set ( this pinfo, object target, object value, string &criticalError ) : object
pinfo this
target object
value object
criticalError string
return object