Click or drag to resize
DocumentFieldNameValidator Constructor
Initializes a new instance of the DocumentFieldNameValidator class.

Namespace: SD.LLBLGen.Pro.ApplicationCore.DerivedModel.Validation
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public DocumentFieldNameValidator(
	DocumentFieldDefinition field
)

Parameters

field
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelDocumentFieldDefinition
The field to validate.
See Also