Click or drag to resize
IParser Interface
Defines parsing method (used for parsing field values). Implement this interface for custom type properties, and mark it in the DtoAttribute.

Namespace: Jeneva
Assembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public interface IParser

The IParser type exposes the following members.

Methods
  NameDescription
Public methodParseTextValue
Must throw Exception if parsing failed
Top
See Also