Click or drag to resize

DefaultAVPFormatter Methods

The DefaultAVPFormatter type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddPropertyValues
Public methodGetAttributeValuePairs
The method returns AVP attributes and values for the property values of a single data object. Property values are only included, if the direction, specified on the data object type, is Out or InOut. In addition to property values a number of other attributes are added: - _Action, _ID, _DataObjectType and _DisplayName are always added - If additional attributes has been added to the data object (using IObjectWithAttributes) these are added as well. The returned attributes have the format: "[attribute name]: [attribute value]" For a property value the attribute name is the system name of the property.
Public methodStatic memberGetPropertyAVPValues
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
See Also