<?xml version="1.0" encoding="Windows-1255" ?><Class name="EventLink" inherit="core.gml:Link" alias="elem" hierarchy="GMLDOM" also="core.gml:NavigationLink core.gml:DataLink" id="core.gml:EventLink" sort="21" urn="core.gml:elements.EventLink.gs" toc="\Elements"><Summary>Represents a data mapping between two elements.</Summary><Inherit>&lt;q ref=&quot;core.gml:Link&quot;&gt;Link&lt;/q&gt;</Inherit><Copyright>(c) SAP AG 2003-2006. All rights reserved.</Copyright><SeeAlso>&lt;q ref=&quot;core.gml:NavigationLink&quot;&gt;NavigationLink&lt;/q&gt; | &lt;q ref=&quot;core.gml:DataLink&quot;&gt;DataLink&lt;/q&gt;</SeeAlso>
<Topics>
<Property name="eventName" type="String" default="''" access="RW" sortGroup="true" scope="public" id="core.gml:EventLink!eventName" sort="34" group="Properties" seq="0000"><Summary>Gets the string representing the event carried by this link (optional).</Summary></Property>
<Property name="targetEventName" type="String" default="''" access="RW" sortGroup="true" scope="public" id="core.gml:EventLink!targetEventName" sort="34" group="Properties" seq="0001"><Summary>Gets the string representing the event trigged at the target of this link (optional). If no value is specified, 
then the event at the target is equal to the event at the source.</Summary></Property>
<Method name="addMapping" sortGroup="true" scope="public" id="core.gml:EventLink!addMapping" sort="35" group="Methods" seq="0002"><Summary>Add one mapping object between a source and a destination field.</Summary><Parameters label="Form 1" descr="" signature="method:: &lt;i&gt;elem&lt;/i&gt;.&lt;b&gt;addMapping&lt;/b&gt;(&lt;i&gt;sourcefield&lt;/i&gt;, &lt;i&gt;targetfield&lt;/i&gt;) &amp;rarr; void"><Param name="sourcefield" type="String">Full Id of source field (in the form &lt;code&gt;unitId.elemId)&lt;/code&gt;</Param><Param name="targetfield" type="String">Full Id of target field (in the form &lt;code&gt;unitId.elemId)&lt;/code&gt;</Param></Parameters><Parameters label="Form 2" descr="" signature="method:: &lt;i&gt;elem&lt;/i&gt;.&lt;b&gt;addMapping&lt;/b&gt;(&lt;i&gt;sourcefield&lt;/i&gt;, &lt;i&gt;targetfield&lt;/i&gt;) &amp;rarr; void"><Param name="sourcefield" type="Field">source field.</Param><Param name="targetfield" type="Field">target field.</Param></Parameters><Return></Return></Method>
<Method name="getMappings" sortGroup="true" scope="public" id="core.gml:EventLink!getMappings" sort="35" group="Methods" seq="0003"><Summary>Gets the array of mapping objects from source field to target field.</Summary><Parameters signature="method:: &lt;i&gt;elem&lt;/i&gt;.&lt;b&gt;getMappings&lt;/b&gt;() &amp;rarr; void"></Parameters><Return></Return></Method>
</Topics>
</Class>