IncorrectDaemonState methods syntax: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
m (Automatically generated page update)
Line 2: Line 2:
     replaced, so any manual edits will be lost. You've been warned. -->
     replaced, so any manual edits will be lost. You've been warned. -->
{{Template:Syntax list header|class=IncorrectDaemonState}}
{{Template:Syntax list header|class=IncorrectDaemonState}}
<p class="syntax" style="margin-bottom:0px; border-bottom:1px solid; border-left:1px solid; border-right:1px solid; border-top:1px solid;"><span class="term">%incorrectDaemonState</span><span class="literal"> =</span> <span class="squareb">[</span><span class="literal">%(IncorrectDaemonState):</span><span class="squareb">]</span><span class="literal">[[New (IncorrectDaemonState constructor)|New]]</span></p>
<p class="syntax" style="margin-bottom:0px; border-bottom:1px solid; border-left:1px solid; border-right:1px solid; border-top:1px solid;"><span class="term">%incorrectDaemonState</span><span class="literal"> =</span> <span class="squareb">[</span><span class="literal">%(IncorrectDaemonState):</span><span class="squareb">]</span><span class="literal">[[New (IncorrectDaemonState constructor)|New]]</span><span class="squareb">[</span><span class="literal">(</span> <span class="squareb">[</span><span class="literal" title="DaemonState">State=</span> <span class="term" title="DaemonState">emonState</span><span class="squareb">]</span><span class="literal">)</span><span class="squareb">]</span></p>
<p class="syntax" style="margin-bottom:0px; border-bottom:1px solid; border-left:1px solid; border-right:1px solid; border-top: none; margin-top:0px;"><span class="term">%daemonState</span><span class="literal"> =</span> <span class="term">incorrectDaemonState</span><span class="literal">:[[State (IncorrectDaemonState property)|State]]</span></p>

Revision as of 19:57, 15 May 2012

The syntax for each of the IncorrectDaemonState class methods is shown below.

Square brackets indicate optional elements of the method invocation. See also the notation conventions for methods and the List of IncorrectDaemonState methods.

%incorrectDaemonState = [%(IncorrectDaemonState):]New[( [State= emonState])]

%daemonState = incorrectDaemonState:State