| VDA_N2Validate Method |
Validates the attribute data element according to this type.
Namespace: EdiFabric.Core.Model.VdaAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public static DataElementErrorContext Validate(
string value,
ValidationContext validationContext,
string code,
SyntaxSet regex
)
Public Shared Function Validate (
value As String,
validationContext As ValidationContext,
code As String,
regex As SyntaxSet
) As DataElementErrorContext
Parameters
- value String
- The value to validate.
- validationContext ValidationContext
- The validation context.
- code String
- The data element code.
- regex SyntaxSet
- The regex expression to override the generic type validation.
Return Value
DataElementErrorContextThe result as a DataElementErrorContext
See Also