Class Country
Contains countries and their iso code (if exists)
Inheritance
System.Object
Country
Assembly: Simplic.Framework.EF.dll
Syntax
public class Country : Locking.ILockable
Constructors
|
Improve this Doc
View Source
Country()
Declaration
Properties
|
Improve this Doc
View Source
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
IsoCode
Declaration
public string IsoCode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsoCode_Alpha3
Declaration
public string IsoCode_Alpha3 { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsoCode_Numeric
Declaration
public string IsoCode_Numeric { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public virtual Localization_Group Name { get; set; }
Property Value
|
Improve this Doc
View Source
NameGuid
Declaration
public Guid? NameGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|