Class TemplateVariablesHandler
Inheritance
TemplateVariablesHandler
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class TemplateVariablesHandler
Constructors
TemplateVariablesHandler()
Declaration
public TemplateVariablesHandler()
TemplateVariablesHandler(AppointmentEntity)
Declaration
public TemplateVariablesHandler(AppointmentEntity appointment)
Parameters
TemplateVariablesHandler(DocumentEntity)
Declaration
public TemplateVariablesHandler(DocumentEntity document)
Parameters
TemplateVariablesHandler(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, String)
Declaration
public TemplateVariablesHandler(int contactId, int personId, int appointmentId, int documentId, int saleId, int selectionId, int projectId, int quoteLineId, int quoteAlternativeId, string productKey)
Parameters
Properties
CustomValues
Declaration
public Dictionary<string, string> CustomValues { get; }
Property Value
Methods
CreateNewPhysicalDocumentFromTemplate(DocumentEntity, String, String)
Declaration
public static DocumentEntity CreateNewPhysicalDocumentFromTemplate(DocumentEntity document, string salutation, string culture)
Parameters
Returns
CreateNewPhysicalDocumentFromTemplate(String, String)
Declaration
public DocumentEntity CreateNewPhysicalDocumentFromTemplate(string salutation, string culture)
Parameters
Returns
SetOldAppointmentDate(DateTime)
Declaration
public void SetOldAppointmentDate(DateTime oldDate)
Parameters
SetSelectedSelectionMembers(String)
Declaration
public void SetSelectedSelectionMembers(string selectedString)
Parameters
| Type |
Name |
Description |
| String |
selectedString |
|
SubstituteTemplateVariables(String, GeneratorEncoding)
Declaration
public string SubstituteTemplateVariables(string source, GeneratorEncoding generatorEncoding)
Parameters
Returns