Skip to content

FiscalCodeAttribute class

Fiscal code validaiton. Does not guarantees uniqueness, or existence.

[AttributeUsage(AttributeTargets.All)]
public class FiscalCodeAttribute : ValidationAttributeBase

Public Members

name description
FiscalCodeAttribute(…)
override AddValidation(…)
override IsValid(…)

Protected Members

name description
override GetErrorMessage()
override IsValid(…)

See Also