 |
Read(Name) |
Reads a property with name <Name> from the
viewstate. |
 |
ReadEx(Name,Def) |
Reads a property with name <Name> from the
viewstate. If none found then it will create it and return the default
<def> |
 |
ReadBoolean(Name) |
Reads a property with name <Name> from the viewstate
and converts it to a boolean. |
 |
ReadInt(Name) |
Reads a property with name <Name> from the viewstate
and converts it to a integer. |
 |
ReadDouble(Name) |
Reads a property with name <Name> from the viewstate
and converts it to a double. |
 |
Write(Name,Value) |
Writes a <Value> into the property <Name> into
the viewstate. |
 |
Item(x) |
Gets an attribute by index. |