Sage.PL.WebAPI.Interface.Common.ViewModels Namespace > Country Class

Drukuj

.NET Framework Class Library

Country Class

Klasa reprezentująca informacje o kraju.

Namespace: Sage.PL.WebAPI.Interface.Common.ViewModels

Assembly:  Sage.PL.WebAPI.Interface.Common (in Sage.PL.WebAPI.Interface.Common.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Class Country

C#

public class Country

Visual C++

public ref class Country

JavaScript

Sage.PL.WebAPI.Interface.Common.ViewModels.Country = function();
Type.createClass(
 'Sage.PL.WebAPI.Interface.Common.ViewModels.Country');

Remarks

Dane pobierane są bezpośrednio z bazy danych.

Inheritance Hierarchy

System.Object

Sage.PL.WebAPI.Interface.Common.ViewModels.Country

See Also

Country Members

Sage.PL.WebAPI.Interface.Common.ViewModels Namespace