TemplateField Constructor |
Standard constructor.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public TemplateField(
string fieldName,
string keyName,
TemplateFieldAttrs attrs
)
Public Sub New (
fieldName As String,
keyName As String,
attrs As TemplateFieldAttrs
)
Parameters
- fieldName
- Type: SystemString
The field name in the template. - keyName
- Type: SystemString
The field's Key in the mapper. - attrs
- Type: NetQuarryTemplateFieldAttrs
The template field attributes.
See Also