[This is preliminary documentation and is subject to change.]
[Missing namespace summary documentation for N:Edustructures.Util]
| C# | Visual Basic | Visual C++ |
namespace Edustructures.Util
Namespace Edustructures.Util
namespace Edustructures.Util
| All Types | Classes | Interfaces | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| AdkConsoleEvent |
The event that occurred (From wincom.h)
| |
| AdkConsoleEventArgs | ||
| AdkConsoleEventWatcher |
Summary description for ConsoleEventHandler.
| |
| AdkConsoleWait | ||
| AdkControlEventHandler |
Handler to be called when a console event occurs.
| |
| AdkPropertyCollection |
Summary description for BasePropertyCollection.
| |
| AdkStringUtils | Various static helper routines for manipulating text strings.
| |
| AdkXmlConstants |
Summary description for XmlConstants.
| |
| AsyncUtils |
This class allows you to safely invoke a delegate asynchronously, similarly to calling
BeginInvoke(), without ever having to call EndInvoke(). Simply call AsyncHelper.QueueTaskToThreadPool()
| |
| ClassFactory |
Summary description for ClassFactory.
| |
| DirectorySearcher |
A class that somewhat mimics the Java pattern of allowing filtering of files in a directory
| |
| EduAsyncHandler |
A delegate for handling asynchronous operation in the SIFWorks ADK
| |
| EduAsyncResult |
A class that follows a similar programming pattern to the .Net AsyncResult class. It encapsulates
the state of an async operation.
| |
| EnumeratorWrapper |
A base class for creating an enumerator that wraps around another enumerator
| |
| XmlUtils..::FilteredElementList |
Filters the list of elements, and returns only those with an "enabled" property set to "True" or "Yes"
| |
| IFileNameFilter |
Summary description for IFileNameFilter.
| |
| InternalErrorException | Indicates an internal error has occurred
| |
| Properties |
Returns the configuration information for the agent. The configuration information comes from
the "appSettings" section in the app.config file for the application
| |
| AdkXmlConstants..::Property | ||
| Streams |
Summary description for Streams.
| |
| XmlUtils..::XmlElementEnumerator |
Allows safe iteration of Xml Child elements of a given element
| |
| XmlUtils |