2027 Members
Changes 0
M

ScheduleFilter Methods

Name Return Type Description Inherited From
M Dispose() None
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetDoubleValue() Double Gets the filter value for a filter using a double value.
M GetElementIdValue() ElementId Gets the filter value for a filter using an ElementId value.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetIntegerValue() Int32 Gets the filter value for a filter using an integer value.
M GetStringValue() String Gets the filter value for a filter using a string value.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M SetNullValue() None Sets the filter to have no specified value (used for HasParameter filters).
M SetValue(Double) None Set the filter value to a double.
M SetValue(ElementId) None Set the filter value to an ElementId.
M SetValue(Int32) None Set the filter value to an integer.
M SetValue(String) None Set the filter value to a string.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object