API Reference
Class
CountryCodeAttribute
Annotates a Country with ISO 3166-1 codes.
Inheritance
- Attribute
- CountryCodeAttribute
Constructors
public CountryCodeAttribute(String iso2, String iso3) #Creates a new attribute with the given ISO codes.
Parameters
- iso2 System.String
- Alpha-2 code.
- iso3 System.String
- Alpha-3 code.
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
Properties
Inherited Properties
public override Object TypeId { get; } #Inherited from Attribute