Sage.PL.WebAPI.Interface.Contractors.ViewModels Namespace > Contractor Class > Contractor Properties > Id Property 

Drukuj

.NET Framework Class Library

Contractor.Id Property

Id kontrahenta. Odpowiednik pola [id] z obiektu BKontrahent.

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

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

Syntax

Visual Basic

Public Property Id As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intId { getset; }

Visual C++

public:
property Nullable<intId {
 Nullable<intget ();
 void set (Nullable<intvalue);
}

JavaScript

function get_id();
function set_id(value);

Remarks

Przy aktualizacji, pole wykorzystywane jest jako pierwsze do załadowania odpowiedniego obiektu BKontrahent.

See Also

Contractor Class

Contractor Members

Sage.PL.WebAPI.Interface.Contractors.ViewModels Namespace