Свойство | Type | Description | |
---|---|---|---|
defaultValue | object | ||
editorType | |||
gladeOverride | bool | ||
isRuntimeProperty | bool | ||
label | string | ||
minimum | object | ||
translatable | bool | ||
typeConverter |
Méthode | 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 |
Méthode | Description | |
---|---|---|
Load ( |
||
PropertyDescriptor ( ) : System | ||
PropertyDescriptor ( |
public GetRuntimeValue ( object obj ) : object | ||
obj | object | |
Résultat | object |
public abstract GetValue ( object obj ) : object | ||
obj | object | |
Résultat | object |
public IsDefaultValue ( object value ) : bool | ||
value | object | |
Résultat | bool |
protected Load ( |
||
elem | ||
Résultat | void |
protected PropertyDescriptor ( |
||
elem | ||
group | Stetic.ItemGroup | |
klass | ||
Résultat | System |
public ResetValue ( object instance ) : void | ||
instance | object | |
Résultat | void |
public SetRuntimeValue ( object obj, object value ) : void | ||
obj | object | |
value | object | |
Résultat | void |
public SetTranslated ( object obj, bool translated ) : void | ||
obj | object | |
translated | bool | |
Résultat | void |
public SetTranslationComment ( object obj, string comment ) : void | ||
obj | object | |
comment | string | |
Résultat | void |
public SetTranslationContext ( object obj, string context ) : void | ||
obj | object | |
context | string | |
Résultat | void |
public abstract SetValue ( object obj, object value ) : void | ||
obj | object | |
value | object | |
Résultat | void |
public StringToValue ( string value ) : object | ||
value | string | |
Résultat | object |
public TranslationComment ( object obj ) : string | ||
obj | object | |
Résultat | string |
public TranslationContext ( object obj ) : string | ||
obj | object | |
Résultat | string |
public ValueToString ( object value ) : string | ||
value | object | |
Résultat | string |