Class SaleCollection.IdxHeading
Class representing index 'IDXSaleHeading'.
Inheritance
SaleCollection.IdxHeading
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class SaleCollection.IdxHeading : SaleCollection.SaleCollectionIdx<SaleRows.IdxHeading>, ISentryIgnorable
Constructors
IdxHeading(string)
Constructor for class SaleCollection.IdxHeading This class represents index 'IDXSaleHeading'.
Declaration
public IdxHeading(string heading)
Parameters
Type | Name | Description |
---|---|---|
string | heading | Sale heading (short description?) |
IdxHeading(string, StringSearchType)
Constructor for class SaleCollection.IdxHeading This class represents index 'IDXSaleHeading'.
Declaration
public IdxHeading(string heading, StringSearchType headingSearchType)
Parameters
Type | Name | Description |
---|---|---|
string | heading | Sale heading (short description?) |
StringSearchType | headingSearchType | How to search for heading |
Properties
Heading
Sale heading (short description?)
Declaration
public string Heading { get; set; }
Property Value
Type | Description |
---|---|
string |