Confirmed users
1,059
edits
(New page: __TOC__ =Method Overview= {| class="standard-table" |- | <code>steelIAccount get(in AString id)</code> |- | <code>boolean has(in AString id)</code> |- | <code>void ...) |
(linking account object) |
||
| Line 5: | Line 5: | ||
{| class="standard-table" | {| class="standard-table" | ||
|- | |- | ||
| <code>steelIAccount [[#get()|get]](in AString id)</code> | | <code>[[User:Clarkbw/STEEL/0.1/STEEL:Account|steelIAccount]] [[#get()|get]](in AString id)</code> | ||
|- | |- | ||
| <code>boolean [[#has()|has]](in AString id)</code> | | <code>boolean [[#has()|has]](in AString id)</code> | ||
|- | |- | ||
| <code>void [[#add()|add]](steelIAccount account)</code> | | <code>void [[#add()|add]]([[User:Clarkbw/STEEL/0.1/STEEL:Account|steelIAccount]] account)</code> | ||
|- | |- | ||
| <code>void [[#delete()|delete]](in steelIAccount account)</code> | | <code>void [[#delete()|delete]](in steelIAccount account)</code> | ||