Table of Contents

Class Country

Namespace
Shift.Common
Assembly
Shift.Common.dll
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

code string
name string
identifier Guid

Properties

Code

public string Code { get; set; }

Property Value

string

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

Name

public string Name { get; set; }

Property Value

string