Method | Description | |
---|---|---|
ContainsCategoryName ( this |
||
FixEnumerationTypes ( this instance ) : void | ||
GetEnumTypeName ( this stateSave, IElement container ) : string | ||
GetExposedVariableName ( this stateSave, IElement container ) : string | ||
GetStateTypeFromCurrentVariableName ( string memberName ) : string | ||
SetValue ( this stateSave, string variableName, object valueToSet ) : void |
Method | Description | |
---|---|---|
StateSaveToString ( |
public static ContainsCategoryName ( this |
||
categoryList | this |
|
name | string | |
return | bool |
public static FixEnumerationTypes ( this instance ) : void | ||
instance | this | |
return | void |
public static GetEnumTypeName ( this stateSave, IElement container ) : string | ||
stateSave | this | |
container | IElement | |
return | string |
public static GetExposedVariableName ( this stateSave, IElement container ) : string | ||
stateSave | this | |
container | IElement | |
return | string |
public static GetStateTypeFromCurrentVariableName ( string memberName ) : string | ||
memberName | string | |
return | string |
public static SetValue ( this stateSave, string variableName, object valueToSet ) : void | ||
stateSave | this | |
variableName | string | |
valueToSet | object | |
return | void |