C# Класс FlatRedBall.Glue.SaveClasses.Helpers.CustomVariableHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetInterpolationCharacteristic() публичный статический Метод

public static GetInterpolationCharacteristic ( CustomVariable customVariable, IElement container ) : InterpolationCharacteristic
customVariable CustomVariable
container IElement
Результат InterpolationCharacteristic

IsStateMissingFor() публичный статический Метод

public static IsStateMissingFor ( CustomVariable customVariable, IElement container ) : bool
customVariable CustomVariable
container IElement
Результат bool

SetDefaultValueFor() публичный статический Метод

public static SetDefaultValueFor ( CustomVariable customVariable, IElement element ) : void
customVariable CustomVariable
element IElement
Результат void