Sage.PL.WebAPI.Interface.Products.ViewModels Namespace > ProductCriteriaFilter Class > ProductCriteriaFilter Properties > KindId Property 

Drukuj

.NET Framework Class Library

ProductCriteriaFilter.KindId Property

Kryterium wyszukiwania po id rodzaju towaru. Jeżeli wartość będzie pusta to kryterium wyszukiwania zostanie pominięte.

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

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

Syntax

Visual Basic

Public Property KindId As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intKindId { getset; }

Visual C++

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

JavaScript

function get_kindId();
function set_kindId(value);

See Also

ProductCriteriaFilter Class

ProductCriteriaFilter Members

Sage.PL.WebAPI.Interface.Products.ViewModels Namespace