Property | Type | Description | |
---|---|---|---|
ApplyCustomizations | void | ||
ChooseName | string | ||
IPropertyCustomization | IPropertyImpl | ||
IPropertyCustomization | void | ||
IPropertyCustomization | void | ||
IPropertyImpl | object | ||
IPropertyImpl | void | ||
IServiceContainer | void | ||
IServiceContainer | void | ||
IServiceContainer | void | ||
IServiceContainer | void | ||
IServiceContainer | void | ||
IServiceContainer | void | ||
IServiceProvider | object | ||
ToCamelCase | string |
Method | Description | |
---|---|---|
CanResetValue ( object component ) : bool | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetValue ( object component ) : object | ||
ResetValue ( object component ) : void | ||
SetValue ( object component, object value ) : void | ||
ShouldSerializeValue ( object component ) : bool |
Method | Description | |
---|---|---|
GetValueImpl ( object component ) : object | ||
SetValueImpl ( object component, object value ) : void | ||
TypeMemberDescriptor ( |
Method | Description | |
---|---|---|
ApplyCustomizations ( ) : void | ||
ChooseName ( string propsedName, string baseName ) : string | ||
IPropertyCustomization ( IPropertyImpl impl ) : IPropertyImpl | ||
IPropertyCustomization ( |
||
IPropertyCustomization ( string name ) : void | ||
IPropertyImpl ( object obj ) : object | ||
IPropertyImpl ( object obj, object value ) : void | ||
IServiceContainer ( |
||
IServiceContainer ( |
||
IServiceContainer ( |
||
IServiceContainer ( |
||
IServiceContainer ( |
||
IServiceContainer ( |
||
IServiceProvider ( |
||
ToCamelCase ( string s ) : string |
public CanResetValue ( object component ) : bool | ||
component | object | |
return | bool |
public GetValue ( object component ) : object | ||
component | object | |
return | object |
protected abstract GetValueImpl ( object component ) : object | ||
component | object | |
return | object |
public ResetValue ( object component ) : void | ||
component | object | |
return | void |
public SetValue ( object component, object value ) : void | ||
component | object | |
value | object | |
return | void |
protected abstract SetValueImpl ( object component, object value ) : void | ||
component | object | |
value | object | |
return | void |
public ShouldSerializeValue ( object component ) : bool | ||
component | object | |
return | bool |
protected TypeMemberDescriptor ( |
||
member | ||
name | string | |
propertyType | ||
return | System |