Click or drag to resize

DocumentTypePropertyIsValidFor Method

Determines whether he property is valid for the specified document. This involves checking date validity and (maybe) other checks.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public bool IsValidFor(
	Document document
)

Parameters

document
Type: Aloe.EnterpriseOne.Model.GeneralDocument
The document.

Return Value

Type: Boolean
See Also