SchedulableField Members


The SchedulableField type exposes the following members.

Constructors

  NameDescription
Public methodSchedulableField
Creates a new SchedulableField.
Public methodSchedulableField(Guid)
Creates a new SchedulableField.
Public methodSchedulableField(ScheduleFieldType)
Creates a new SchedulableField.
Public methodSchedulableField(ScheduleFieldType, ElementId)
Creates a new SchedulableField.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the SchedulableField
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodGetCustomFieldData
Gets the data associated with this custom field. If this field isn't a CustomField will return a null reference (Nothing in Visual Basic).
Public methodGetHashCode
Gets the integer value of the SchedulableField as hash code
(Overrides ObjectGetHashCode.)
Public methodGetName
Gets the name of the field.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Operators

  NameDescription
Public operatorStatic memberEquality
Determines whether two SchedulableField are the same.
Public operatorStatic memberInequality
Determines whether two SchedulableField are different.

Properties

  NameDescription
Public propertyFieldType
The type of data displayed by the field.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyParameterId
The ID of the parameter displayed by the field.

See Also