Sage.PL.WebAPI.Interface.FKF.Calculations.ViewModels Namespace > CalculationListElement Class > CalculationListElement Properties > Buffer Property 

Drukuj

.NET Framework Class Library

CalculationListElement.Buffer Property

Status, czy dokument w buforze. Odpowiednik pola bufor z obiektu Rozrachunki.

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

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

Syntax

Visual Basic

Public Property Buffer As Boolean
 Get
 Set

C#

public bool Buffer { getset; }

Visual C++

public:
property bool Buffer {
 bool get ();
 void set (bool value);
}

JavaScript

function get_buffer();
function set_buffer(value);

See Also

CalculationListElement Class

CalculationListElement Members

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