Class SaleCollection.IdxHeading
Class representing index 'IDXSaleHeading'.
Inheritance
SaleCollection.IdxHeading
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class 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 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)