Sage.PL.WebAPI.Interface.FKF.AccountsChart.ViewModels Namespace > AccountChartElement Class

Drukuj

.NET Framework Class Library

AccountChartElement Class

Złożona klasa reprezentująca informację o koncie.

Namespace: Sage.PL.WebAPI.Interface.FKF.AccountsChart.ViewModels

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

Syntax

Visual Basic

Public Class AccountChartElement _
 Inherits AccountChartElementSimple

C#

public class AccountChartElement : AccountChartElementSimple

Visual C++

public ref class AccountChartElement : public AccountChartElementSimple

JavaScript

Sage.PL.WebAPI.Interface.FKF.AccountsChart.ViewModels.AccountChartElement = function();
Type.createClass(
 'Sage.PL.WebAPI.Interface.FKF.AccountsChart.ViewModels.AccountChartElement',
 Sage.PL.WebAPI.Interface.FKF.AccountsChart.ViewModels.AccountChartElementSimple);

Remarks

Dane pobierane są z obiektu PlanKont.

Inheritance Hierarchy

System.Object

Sage.PL.WebAPI.Interface.FKF.AccountsChart.ViewModels.AccountChartElementSimple

  Sage.PL.WebAPI.Interface.FKF.AccountsChart.ViewModels.AccountChartElement

See Also

AccountChartElement Members

Sage.PL.WebAPI.Interface.FKF.AccountsChart.ViewModels Namespace