Click or drag to resize

TELCO_D2Validate Method

Validates the attribute data element according to this type.

Namespace: EdiFabric.Core.Model.Telco
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public static DataElementErrorContext Validate(
	string value,
	ValidationContext validationContext,
	string code,
	SyntaxSet regex
)

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

DataElementErrorContext
The result as a DataElementErrorContext
See Also