Метод | Описание | |
---|---|---|
CanResetValue ( object component ) : bool | ||
GetValue ( object obj ) : object | ||
ResetValue ( object component ) : void | ||
SetValue ( object obj, object value ) : void | ||
ShouldSerializeValue ( object component ) : bool |
Метод | Описание | |
---|---|---|
RubyPropertyDescriptor ( RubyContext context, string name, object testObject, |
public CanResetValue ( object component ) : bool | ||
component | object | |
Результат | bool |
public ResetValue ( object component ) : void | ||
component | object | |
Результат | void |
public SetValue ( object obj, object value ) : void | ||
obj | object | |
value | object | |
Результат | void |
public ShouldSerializeValue ( object component ) : bool | ||
component | object | |
Результат | bool |