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

Drukuj

.NET Framework Class Library

CurrencyRate Class

Klasa reprezentująca informacje o tabeli kursu waluty.

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 CurrencyRate

C#

public class CurrencyRate

Visual C++

public ref class CurrencyRate

JavaScript

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

Remarks

Dane pobierane są bezpośrednio z bazy danych.

Inheritance Hierarchy

System.Object

Sage.PL.WebAPI.Interface.Common.ViewModels.CurrencyRate

See Also

CurrencyRate Members

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