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

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel.Validation
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public RootDocumentNameValidator(
	RootDocumentDefinition document
)

Parameters

document
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelRootDocumentDefinition
The document.
See Also