Метод | Описание | |
---|---|---|
GetInterpolationCharacteristic ( CustomVariable customVariable, IElement container ) : InterpolationCharacteristic | ||
IsStateMissingFor ( CustomVariable customVariable, IElement container ) : bool | ||
SetDefaultValueFor ( CustomVariable customVariable, IElement element ) : void |
Метод | Описание | |
---|---|---|
GetDefaultValueFor ( CustomVariable customVariable, IElement element ) : object | ||
GetDefaultValueFor ( NamedObjectSave nos, string property, string overridingType ) : object | ||
GetDefaultValueForPropertyInType ( string property, string classType ) : object | ||
GetExceptionForFlatRedBallTypeDefaultValue ( NamedObjectSave nos, string property ) : object | ||
IsCustomVariableReferencingState ( CustomVariable customVariable ) : bool |
public static GetInterpolationCharacteristic ( CustomVariable customVariable, IElement container ) : InterpolationCharacteristic | ||
customVariable | CustomVariable | |
container | IElement | |
Результат | InterpolationCharacteristic |
public static IsStateMissingFor ( CustomVariable customVariable, IElement container ) : bool | ||
customVariable | CustomVariable | |
container | IElement | |
Результат | bool |
public static SetDefaultValueFor ( CustomVariable customVariable, IElement element ) : void | ||
customVariable | CustomVariable | |
element | IElement | |
Результат | void |