Show / Hide Table of Contents

Class Country_State

Inheritance
System.Object
Country_State
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Transport.Countries
Assembly: SecureExchangesSDK.dll
Syntax
public class Country_State

Properties

id

Declaration
public int id { get; set; }
Property Value
Type Description
System.Int32

latitude

Declaration
public string latitude { get; set; }
Property Value
Type Description
System.String

longitude

Declaration
public string longitude { get; set; }
Property Value
Type Description
System.String

name

Declaration
public string name { get; set; }
Property Value
Type Description
System.String

state_code

Declaration
public string state_code { get; set; }
Property Value
Type Description
System.String

type

Declaration
public string type { get; set; }
Property Value
Type Description
System.String

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX