Public Member Functions | |
| PropertyEnumerator (XmlNodeList pList) | |
| Exposes an XmlNodeList as Properties. | |
| void | Reset () |
| Sets the enumerator to its initial position, which is before the first Property in the collection. | |
| bool | MoveNext () |
| Advances the enumerator to the next Property in the collection. | |
Properties | |
| object | Current [get] |
| Gets the current Property in the collection. | |
| Simias::Storage::Provider::PropertyEnumerator::PropertyEnumerator | ( | XmlNodeList | pList | ) | [inline] |
Exposes an XmlNodeList as Properties.
| pList |
| void Simias::Storage::Provider::PropertyEnumerator::Reset | ( | ) | [inline] |
Sets the enumerator to its initial position, which is before the first Property in the collection.
| bool Simias::Storage::Provider::PropertyEnumerator::MoveNext | ( | ) | [inline] |
object Simias::Storage::Provider::PropertyEnumerator::Current [get] |
Gets the current Property in the collection.
1.5.6