 |
SocialSecurityNumberMode Enumeration |
Contains an enum class used for telling which country a customer is from and therefore indicating the length and format of the social security number
Namespace: Infosoft.Common.Contracts.DataContracts.CustomersAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntaxpublic enum SocialSecurityNumberMode
No code example is currently available or this language may not be supported.
Members| Member name | Value | Description |
|---|
| Swedish | 0 |
Swedish validation rules.
|
| Danish | 1 |
Danish validation rules.
|
| Norwegian | 2 |
Norwegian validation rules
|
| Other | 3 |
Default validation rules.
|
See Also