Show / Hide Table of Contents

Class TemplateVariablesHandler

Inheritance
Object
TemplateVariablesHandler
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Web.Data
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class TemplateVariablesHandler

Constructors

TemplateVariablesHandler()

Declaration
public TemplateVariablesHandler()

TemplateVariablesHandler(AppointmentEntity)

Declaration
public TemplateVariablesHandler(AppointmentEntity appointment)
Parameters
Type Name Description
AppointmentEntity appointment

TemplateVariablesHandler(DocumentEntity)

Declaration
public TemplateVariablesHandler(DocumentEntity document)
Parameters
Type Name Description
DocumentEntity document

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
Type Name Description
Int32 contactId
Int32 personId
Int32 appointmentId
Int32 documentId
Int32 saleId
Int32 selectionId
Int32 projectId
Int32 quoteLineId
Int32 quoteAlternativeId
String productKey

Properties

CustomValues

Declaration
public Dictionary<string, string> CustomValues { get; }
Property Value
Type Description
Dictionary<String, String>

Methods

CreateNewPhysicalDocumentFromTemplate(DocumentEntity, String, String)

Declaration
public static DocumentEntity CreateNewPhysicalDocumentFromTemplate(DocumentEntity document, string salutation, string culture)
Parameters
Type Name Description
DocumentEntity document
String salutation
String culture
Returns
Type Description
DocumentEntity

CreateNewPhysicalDocumentFromTemplate(String, String)

Declaration
public DocumentEntity CreateNewPhysicalDocumentFromTemplate(string salutation, string culture)
Parameters
Type Name Description
String salutation
String culture
Returns
Type Description
DocumentEntity

SetOldAppointmentDate(DateTime)

Declaration
public void SetOldAppointmentDate(DateTime oldDate)
Parameters
Type Name Description
DateTime oldDate

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
Type Name Description
String source
GeneratorEncoding generatorEncoding
Returns
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top