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
Syntaxpublic bool IsValidFor(
Document document
)
Public Function IsValidFor (
document As Document
) As Boolean
public:
bool IsValidFor(
Document^ document
)
member IsValidFor :
document : Document -> bool
Parameters
- document
- Type: Aloe.EnterpriseOne.Model.GeneralDocument
The document.
Return Value
Type:
Boolean
See Also