Class TLocation
This class has information related to location
Inheritance
System.Object
TLocation
Namespace: EDIPlatformFinance.BusinessLayer.Operational
Assembly: EDIPlatformFinance.BusinessLayer.Core.dll
Syntax
[Serializable]
[DataContract]
public class TLocation
Properties
Cd
Declaration
[DataMember(EmitDefaultValue = false)]
public string Cd { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Location code |
Country
Declaration
[DataMember(EmitDefaultValue = false)]
public string Country { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Location ISO country code or name |
Nm
Declaration
[DataMember(EmitDefaultValue = false)]
public string Nm { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Location name |