IJenevaContextBuildParser Method |
Creates a property parser instance based on property class
Namespace: JenevaAssembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax IParser BuildParser(
string name,
Type propertyClass,
PropertyMetaClassType propertyClassType,
DtoAttribute annotation
)
Function BuildParser (
name As String,
propertyClass As Type,
propertyClassType As PropertyMetaClassType,
annotation As DtoAttribute
) As IParser
Parameters
- name
- Type: SystemString
property name - propertyClass
- Type: SystemType
property class - propertyClassType
- Type: Jeneva.ImplPropertyMetaClassType
property class type - annotation
- Type: JenevaDtoAttribute
DtoAttribute instance
Return Value
Type:
IParserparser instance
See Also