| Ant Organisation Ltd documentation | |
Ant.ContentEntry.Converters Namespace
Classes
| Class | Description |
|---|
| BooleanConverter |
This object is a converter that takes Booleans and converts to (and from) string
|
| ConverterBase | |
| DateTimeConverter |
This object is a converter that takes DateTimes and converts to (and from) string
|
| DecimalConverter |
This object is a converter that takes Int32s and converts to (and from) string
|
| EnumerationConverter |
This object is a converter that takes Enumeration values and converts to (and from) string
|
| GroupConverter | |
| Int32Converter |
This object is a converter that takes Int32s and converts to (and from) string
|
| Int64Converter |
This object is a converter that takes Int32s and converts to (and from) string
|
| SelectContentFilterConverter |
This object is a converter that takes Enumeration values and converts to (and from) string
|
| StringConverter |
This object is a trivial convertor as it is already a string.
|
| TypeSelectorConverter |
This object is a converter which validates that the value is compatible with the Type selector
|
| XmlConverter |
This object takes and returns string. It also validates that the string is a valid XmlDocument
|
| XsltConverter |
This object takes and returns string. It also validates that the string is a valid Xslt template
|