Click or drag to resize

WFSLogicalOperator Class

Represents WFS logical operators.
Inheritance Hierarchy

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public class WFSLogicalOperator : WFSFilter

The WFSLogicalOperator type exposes the following members.

Constructors
  NameDescription
Public methodWFSLogicalOperator
Initializes a new instance of the LogicalOperator class.
Public methodWFSLogicalOperator(WFSLogicalOperatorEnum)
Initializes a new instance of the LogicalOperator class.
Top
Properties
  NameDescription
Public propertyOperator
Gets or Sets the WFSLogicalOperatorEnum
Public propertySubOperator
Gets or Sets the WFSLogicalOperator
Public propertyWFSFilterItems
Gets or Sets the generic collection of WFSFilterItem
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Creates a string containing Openlayers filter type from properties of WFSLogicalOperator object.
(Overrides ObjectToString.)
Top
See Also