Click or drag to resize
Infosoft Logo

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.Customers
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public enum SocialSecurityNumberMode
Members
Member nameValueDescription
Swedish0 Swedish validation rules.
Danish1 Danish validation rules.
Norwegian2 Norwegian validation rules
Other3 Default validation rules.
See Also