Class Country
public class Country
- Inheritance
-
Country
- Inherited Members
- Extension Methods
Constructors
Country()
public Country()
Country(string, string, Guid)
public Country(string code, string name, Guid identifier)
Parameters
Properties
Code
public string Code { get; set; }
Property Value
Identifier
public Guid Identifier { get; set; }
Property Value
Name
public string Name { get; set; }