Class ITemplateObjectImpl
Last update: 16.07.2025Namespace: VM.Managed
Assembly: VMAppCore.dll
This class is to represent the read and writes variable for template.
public class ITemplateObjectImpl
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ITemplateObjectImpl()
public ITemplateObjectImpl()
Methods
ReadVariable(string, Variable, XmlReader, bool)
Reads the variable.
public static Tuple<bool double> ReadVariable(string strName, Variable var, XmlReader reader, bool bParameterized)
Parameters
strName string
Name of the variable.
var Variable
The variable.
reader XmlReader
The reader.
bParameterized bool
if set to true parameterized.
Returns
true if the specified value is change; otherwise, false.
WriteVariable(string, Variable, XmlWriter, bool)
Writes the variable.
public static void WriteVariable(string strName, Variable var, XmlWriter writer, bool bParameterized)
Parameters
strName string
Name of the variable.
var Variable
The variable.
writer XmlWriter
The writer.
bParameterized bool
if set to true parameterized.