Relation Enumeration

A filter Relation indicates the test to be performed when evaluating whether a value satisfies a filter condition.

Namespace: Microsoft.SystemCenter.Orchestrator.Integration
Assembly: Microsoft.SystemCenter.Orchestrator.Integration (in Microsoft.SystemCenter.Orchestrator.Integration.dll)

Usage

'Usage
Dim instance As Relation

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration Relation
[FlagsAttribute] 
public enum Relation
[FlagsAttribute] 
public enum class Relation
/** @attribute FlagsAttribute() */ 
public enum Relation
FlagsAttribute 
public enum Relation

Members

Member name Description
After Tests that one value is greater than another.
Before Tests that one value is greater than another.
Contains Tests that one string contains another string.
DateTime Set of relations typically used for the DateTime type.
Default Uses the default relations as determined by the type of the property with which the ActivityFilter attribute is associated.
DoesNotContain Tests that one string does not contain another string.
DoesNotMatch Tests that a regular expression pattern is not matched.
EndsWith Tests for an ending string.
EqualTo Tests that one value is equal to another.
GreaterThan Tests the one value is greater than another.
GreaterThanOrEqualTo Tests that one value is greater than or equal to another.
LessThan Tests that one value is less than another.
LessThanOrEqualTo Tests that one value is less than or equal to another.
Matches Tests that a regular expression pattern is matched.
NotEqualTo Tests that one value does not equal another.
Numeric Set of relations typically used for numeric types (i.e. int, uint, single, double, etc.)
StartsWith Tests for an initial string.
String Set of relations typically used for the string type.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

Microsoft.SystemCenter.Orchestrator.Integration Namespace