Class Clause
Represents a clause.
Inheritance
Inherited Members
Namespace: Telerik.ReportServer.Services.Models
Assembly: Telerik.ReportServer.Services.Models.dll
Syntax
public class Clause
Constructors
Clause()
Declaration
public Clause()
Properties
Column
Specifies the name of the column/field.
Declaration
public string Column { get; set; }
Property Value
System.String
|
Operator
Specifies the filter operator.
Declaration
public FilterOperator Operator { get; set; }
Property Value
FilterOperator
|
Value
Specifies the value.
Declaration
public string Value { get; set; }
Property Value
System.String
|
Methods
Equals(Object)
Indicates whether this Clause instance and the specified object are equal.
Declaration
public override bool Equals(object other)
Parameters
System.Object
other
Another object to compare to. |
Returns
System.Boolean
|
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System.Int32
|