GreaterThan Class
Members See Also 
SourceCode.SmartObjects.Client.Filters Namespace : GreaterThan Class



Glossary Item Box

Object Model

GreaterThan Class Filter Class Filter Class

Syntax

Visual Basic (Declaration)  
<XmlRootAttribute("greaterthan")>
Public Class GreaterThan 
   Inherits LogicalFilter
Visual Basic (Usage) Copy Code
Dim instance As GreaterThan
C#  
[XmlRoot("greaterthan")]
public class GreaterThan : LogicalFilter 
C++/CLI  
[XmlRoot("greaterthan")]
public ref class GreaterThan : public LogicalFilter 

Inheritance Hierarchy

System.Object
   SourceCode.SmartObjects.Client.Filters.Filter
      SourceCode.SmartObjects.Client.Filters.LogicalFilter
         SourceCode.SmartObjects.Client.Filters.GreaterThan

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also