Table of Contents

Class TProductFilter

Namespace
InSite.Application.Invoices.Read
Assembly
Shift.Sdk.dll
public class TProductFilter : Filter, ISearchReport
Inheritance
TProductFilter
Implements
Inherited Members
Extension Methods

Constructors

TProductFilter()

public TProductFilter()

Properties

IsAvailableForSale

public bool IsAvailableForSale { get; set; }

Property Value

bool

IsPublished

public bool? IsPublished { get; set; }

Property Value

bool?

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

ProductDescription

public string ProductDescription { get; set; }

Property Value

string

ProductIdentifier

public Guid? ProductIdentifier { get; set; }

Property Value

Guid?

ProductName

public string ProductName { get; set; }

Property Value

string

ProductPrice

public decimal? ProductPrice { get; set; }

Property Value

decimal?

ProductQuantity

public int? ProductQuantity { get; set; }

Property Value

int?

ProductType

public string ProductType { get; set; }

Property Value

string

Methods

Clone()

public TProductFilter Clone()

Returns

TProductFilter