Class JournalParameter
Last update: 16.07.2025Namespace: VM.Managed.Operation
Assembly: VMAppCore.dll
Journal parameter struct
public class JournalParameter
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
JournalParameter(XmlNode, string, string)
Initializes a new instance of the
public JournalParameter(XmlNode xmlInfo, string journalVersion, string currentVersion)
Parameters
xmlInfo XmlNode
The XML information.
journalVersion string
The journal version.
currentVersion string
The current version.
Fields
CurrentVersion
The current version
public string CurrentVersion
Field Value
JournalVersion
The journal version
public string JournalVersion
Field Value
XmlInfo
The XML information
public XmlNode XmlInfo