DtoAttributeParser Property |
You can provide your own parser. Creating custom parser is simple.
You have to implement the IParser interface.
If parsing is impossible due to wrong format custom parser must throw some Exception
Namespace: JenevaAssembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic Type Parser { get; set; }
Public Property Parser As Type
Get
Set
Property Value
Type:
Type
See Also