Class QuoteDocumentData
DataSet generator for the Quote document system - produces an appropriately populated DataSet based on sale id, optional alternative id and culture selection
Namespace: SuperOffice.CRM.Sale
Assembly: SoDataBase.dll
Syntax
public class QuoteDocumentData : Object
Constructors
QuoteDocumentData(Int32, Int32, CultureInfo, String[])
Cache input parameters
Declaration
public QuoteDocumentData(int saleId, int singleAlternativeId, CultureInfo culture, string[] prescannedTags)
Parameters
Type | Name | Description |
---|---|---|
Int32 | saleId | |
Int32 | singleAlternativeId | |
CultureInfo | culture | |
String[] | prescannedTags |
Methods
GetDocumentData()
Set up archive provider, fetch data, transform into DataSet and return
Declaration
public DataSet GetDocumentData()
Returns
Type | Description |
---|---|
DataSet |
GetTagDocumentation()
Get a list of <tagName>|<Display Name>|<Tooltip/description> of all tags; needs further decoding via resource system to obtain final documentation text
Declaration
public List<string> GetTagDocumentation()
Returns
Type | Description |
---|---|
List<String> |
Extension Methods
EnumUtil.MapEnums<From, To>(From)