DocumentFieldDefinition Constructor (IDocumentFieldSource, String) |
Namespace: SD.LLBLGen.Pro.ApplicationCore.DerivedModelAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public DocumentFieldDefinition(
IDocumentFieldSource source,
string name
)
Public Sub New (
source As IDocumentFieldSource,
name As String
)
Parameters
- source
- Type: SD.LLBLGen.Pro.ApplicationCoreIDocumentFieldSource
The source. - name
- Type: SystemString
The name for the field. If empty, the source's element name is chosen.
See Also