Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleEquals ile Not kullanımıEşitlik kontrolü sonucunu tersine çevirir.
linenumberstrue
 <Not>
    <Equals>
        <Value Culture="" Target="Bool">eval::/*/Personel/OrtakHizmet</Value>
        <Value Culture="" Target="Bool">true</Value>
    </Equals>
  </Not>

...

Code Block
languagexml
titleIsEmpty ile Not kullanımıBoşluk kontrol sonucunu tersine çevirir.
linenumberstrue
<Not>
    <IsEmpty>
        <Value Culture="" Target="None">eval::/*/FormBilgisi/GiderYeriYonetici</Value>
     </IsEmpty>
</Not>
        

...

Code Block
languagexml
titleValue ile Not kullanımıBool tipindeki Value değerini tersine çevirir.
linenumberstrue
<Not>
    <Value Culture="" Target="Bool">eval::/*/FormBilgisi/YoneticiDurumu</Value>
</Not>

...