Click or drag to resize

NotUsedAttribute Constructor

Initializes a new instance of the StringLengthAttribute class.

Namespace: EdiFabric.Core.Annotations.Validation
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public NotUsedAttribute(
	bool i10ShouldBeI13 = false
)

Parameters

i10ShouldBeI13  Boolean  (Optional)
By default the error code is I10. Set to true for error code I13.
See Also