Property | Type | Description | |
---|---|---|---|
defaultValue | object | ||
editorType | |||
gladeOverride | bool | ||
isRuntimeProperty | bool | ||
label | string | ||
minimum | object | ||
translatable | bool | ||
typeConverter |
Method | Description | |
---|---|---|
GetRuntimeValue ( object obj ) : object | ||
GetValue ( object obj ) : object | ||
IsDefaultValue ( object value ) : bool | ||
IsTranslated ( object obj ) : bool | ||
ResetValue ( object instance ) : void | ||
SetRuntimeValue ( object obj, object value ) : void | ||
SetTranslated ( object obj, bool translated ) : void | ||
SetTranslationComment ( object obj, string comment ) : void | ||
SetTranslationContext ( object obj, string context ) : void | ||
SetValue ( object obj, object value ) : void | ||
StringToValue ( string value ) : object | ||
TranslationComment ( object obj ) : string | ||
TranslationContext ( object obj ) : string | ||
ValueToString ( object value ) : string |
Method | Description | |
---|---|---|
Load ( |
||
PropertyDescriptor ( ) : System | ||
PropertyDescriptor ( |
public GetRuntimeValue ( object obj ) : object | ||
obj | object | |
return | object |
public abstract GetValue ( object obj ) : object | ||
obj | object | |
return | object |
public IsDefaultValue ( object value ) : bool | ||
value | object | |
return | bool |
protected Load ( |
||
elem | ||
return | void |
protected PropertyDescriptor ( |
||
elem | ||
group | Stetic.ItemGroup | |
klass | ||
return | System |
public SetRuntimeValue ( object obj, object value ) : void | ||
obj | object | |
value | object | |
return | void |
public SetTranslated ( object obj, bool translated ) : void | ||
obj | object | |
translated | bool | |
return | void |
public SetTranslationComment ( object obj, string comment ) : void | ||
obj | object | |
comment | string | |
return | void |
public SetTranslationContext ( object obj, string context ) : void | ||
obj | object | |
context | string | |
return | void |
public abstract SetValue ( object obj, object value ) : void | ||
obj | object | |
value | object | |
return | void |
public StringToValue ( string value ) : object | ||
value | string | |
return | object |
public TranslationComment ( object obj ) : string | ||
obj | object | |
return | string |
public TranslationContext ( object obj ) : string | ||
obj | object | |
return | string |
public ValueToString ( object value ) : string | ||
value | object | |
return | string |