Click or drag to resize
AttachmentRowValidate Method
Validates that the object follows the business rules.

Namespace: RMP.WCF.Model.Attachment
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Validate(
	bool FixErrors
)

Parameters

FixErrors
Type: SystemBoolean
If correctable errors are found, should the function correct them?

Return Value

Type: Boolean
Returns true if no errors were found

Implements

IDatabaseRowValidate(Boolean)
See Also