Share

ScheduleFilter Methods

The ScheduleFilter type exposes the following members.

Methods

 NameDescription
Public methodDispose 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetDoubleValue Gets the filter value for a filter using a double value.
Public methodGetElementIdValue Gets the filter value for a filter using an ElementId value.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetIntegerValue Gets the filter value for a filter using an integer value.
Public methodGetStringValue Gets the filter value for a filter using a string value.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSetNullValue Sets the filter to have no specified value (used for HasParameter filters).
Public methodSetValue(Double) Set the filter value to a double.
Public methodSetValue(ElementId) Set the filter value to an ElementId.
Public methodSetValue(Int32) Set the filter value to an integer.
Public methodSetValue(String) Set the filter value to a string.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Was this information helpful?