ScheduleField Methods

The ScheduleField type exposes the following members.

Methods

  NameDescription
Public methodCanDisplayMinMax
Indicates if this field can display minimum and maximum values.
Public methodCanTotal
Indicates if totals can be enabled for this field.
Public methodCanTotalByAssemblyType
Indicates if totals by assembly type can be enabled for this field.
Public methodCreatesCircularReferences
Checks whether a field ID would create a circular chain of references when used by the PercentageOf property of this field.
Public methodDispose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetCombinedParameters
Gets this field's combine parameter array if applicable
Public methodGetFormatOptions
Gets the FormatOptions to optionally override the default settings in the Units class.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetName
Gets the name of the field.
Public methodGetSchedulableField
Gets a SchedulableField object representing this field.
Public methodGetStyle
Gets the style of this field.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsValidCombinedParameters
Checks if data is valid for combined parameters
Public methodResetOverride
Resets the override of this field.
Public methodSetCombinedParameters
Sets this field's combine parameter array if applicable
Public methodSetFormatOptions
Sets the FormatOptions to optionally override the default settings in the Units class.
Public methodSetStyle
Sets the style of this field.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also