Метод | Описание | |
---|---|---|
CanResetValue ( object component ) : bool | ||
ResetValue ( object component ) : void | ||
ShouldSerializeValue ( object component ) : bool |
Метод | Описание | |
---|---|---|
SimplePropertyDescriptor ( Type componentType, string name, Type propertyType ) : Microsoft.Win32 | ||
SimplePropertyDescriptor ( Type componentType, string name, Type propertyType, Attribute attributes ) : Microsoft.Win32 |
public CanResetValue ( object component ) : bool | ||
component | object | |
Результат | bool |
public ResetValue ( object component ) : void | ||
component | object | |
Результат | void |
public ShouldSerializeValue ( object component ) : bool | ||
component | object | |
Результат | bool |
protected SimplePropertyDescriptor ( Type componentType, string name, Type propertyType ) : Microsoft.Win32 | ||
componentType | Type | |
name | string | |
propertyType | Type | |
Результат | Microsoft.Win32 |
protected SimplePropertyDescriptor ( Type componentType, string name, Type propertyType, Attribute attributes ) : Microsoft.Win32 | ||
componentType | Type | |
name | string | |
propertyType | Type | |
attributes | Attribute | |
Результат | Microsoft.Win32 |