Method | Description | |
---|---|---|
CanResetValue ( object component ) : bool | ||
CustomPropertyTypeDescripter ( string name, Array attrs ) : System | ||
GetValue ( object component ) : object | ||
ResetValue ( object component ) : void | ||
SetValue ( object component, object value ) : void | ||
ShouldSerializeValue ( object component ) : bool |
public CanResetValue ( object component ) : bool | ||
component | object | |
return | bool |
public CustomPropertyTypeDescripter ( string name, Array attrs ) : System | ||
name | string | |
attrs | Array | |
return | System |
public GetValue ( 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 |
public ShouldSerializeValue ( object component ) : bool | ||
component | object | |
return | bool |