This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Smartsite utility classes.
Syntax
C# | Copy Code |
---|---|
namespace Smartsite.Tools |
Visual Basic (Declaration) | Copy Code |
---|---|
Namespace Smartsite.Tools |
Classes
Class | Description | |
---|---|---|
ByteSizeFormatter |
Formats
|
|
ComHelper |
Class that contains helper methods to access Com dll's.
|
|
Compiler | ||
DateTimeUtil |
Helper class to convert datetime strings containing timezone information (e.g. "Wed, 08 Jul 2009 05:35:48 EDT") to .NET DateTime.
Notice however, that only timezone abbreviations included within RFC 822 are supported.
|
|
EmbeddedResourceUtility |
Provides several embedded resource utility functions
|
|
EventsHelper | ||
Factory |
Factory class for object creation
|
|
ObjectXMLSerializer<(Of <(<'T>)>)> |
Facade to XML serialization and deserialization of strongly typed objects to/from an XML file.
References: XML Serialization at http://samples.gotdotnet.com/:
http://samples.gotdotnet.com/QuickStart/howto/default.aspx?url=/quickstart/howto/doc/xmlserialization/rwobjfromxml.aspx
|
|
Resource |
Represents a Resource
|
|
Smartlist |
Generic implementation of the Smartlist
|
|
SmartlistBase<(Of <(<'T>)>)> |
Dictionary object
|
|
StringSmartlist |
String specific implementation of the Smartlist
|
|
Tree |
The tree class describes a tree structure such as the content tree.
|
|
Tree..::..TreeException |
TreeException
|
|
Tree..::..TreeHierarchyException |
TreeHierarchyException
|
|
Tree..::..TreeNodeNotFoundException |
TreeNodeNotFoundException
|
|
UserSettings |
User settings.
|
Delegates
Enumerations
Enumeration | Description | |
---|---|---|
DictionaryToStringMode |
Smartlist string formatting
|
|
SerializedFormat |
Serialization format types.
|
|
SizeUnit |
Represents units for displaying byte size
|
|
Tree..::..TreeEnumerationMode |
TreeEnumerationMode
|