ClassName Element for ContentFormatter (ADF)
Изменения: 14 апреля 2006 г.
Specifies the class name of the class that provides the content formatter functionality.
Синтаксис
<NotificationClasses>
<NotificationClass>
...
<ContentFormatter>
<ClassName>
Element Characteristics
Characteristic | Description |
---|---|
Data type |
string, between 1 and 512 characters in length. |
Default value |
None. |
Occurrence |
Required once per ContentFormatter node. |
Updates |
Can be modified, but not added or deleted, when updating the application. |
Element Relationships
Relationship | Elements |
---|---|
Parent element |
|
Child elements |
None. |
Замечания
Fully specify the class name. If the class is in a namespace, include the namespace.
If you are using the built-in XSLT content formatter, the class name must be XsltFormatter. For more information, see Определение модуля форматирования данных XSLT.
For more information about class naming guidelines, see Class Naming Guidelines at MSDN Online.
Пример
The following example shows how to specify that the class name is StringFormatter and the class is in the CustomFormatters namespace.
<ClassName>CustomFormatters.StringFormatter</ClassName>
Change History
Release | History |
---|---|
14 апреля 2006 г. |
|
См. также
Справочник
Application Definition File Reference
Другие ресурсы
Настройка модулей форматирования данных