Click or drag to resize
DocumentFieldDefinition Constructor (IDocumentFieldSource, String)
Initializes a new instance of the DocumentFieldDefinition class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public DocumentFieldDefinition(
	IDocumentFieldSource source,
	string name
)

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