Manager..::..SetPropertyFromXPath Method
Sets the property from x path.
Namespace:
JiwaFinancials.Jiwa.JiwaApplicationAssembly: JiwaApplication (in JiwaApplication.dll)
Syntax
public static void SetPropertyFromXPath( Object MyObject, string PropertyName, XmlElement XMLElement, string RelativeXPath )
Public Shared Sub SetPropertyFromXPath ( _ MyObject As Object, _ PropertyName As String, _ XMLElement As XmlElement, _ RelativeXPath As String _ )
public: static void SetPropertyFromXPath( Object^ MyObject, String^ PropertyName, XmlElement^ XMLElement, String^ RelativeXPath )
Parameters
- MyObject
- Type: Object
My object.
- PropertyName
- Type: String
Name of the property.
- XMLElement
- Type: XmlElement
The XML element.
- RelativeXPath
- Type: String
The relative x path.