API Reference
Class
IsCountryCodeAttribute
Marks a string property as a country code (ISO 3166-1 alpha‑2), so typed forms can render a country picker automatically.
Inheritance
- Attribute
- IsCountryCodeAttribute
Constructors
public IsCountryCodeAttribute() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Attribute
Parameters
- obj Object
public override Boolean Match(Object obj) #Returns:
BooleanInherited from Attribute
Parameters
- obj Object
Inherited Properties
public override Object TypeId { get; } #Inherited from Attribute