ProjectTaskUtil Class

Utilities and functionality for the ProjectTask library.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public class ProjectTaskUtil
Inheritance
Object    ProjectTaskUtil

Constructors

ProjectTaskUtilInitializes a new instance of the ProjectTaskUtil class

Properties

ActiveProjectContext Get/Set a reference to the active file in this session.

Methods

AddRangeUniqueT Add a range of unique items in the source list to the target list.
Clear Clear the contents of the specified string builder.
CompactEqual Return a value indicating whether the case-insensitive compact versions of the two strings are equal.
CompactValue Return the base compact value representing the caller's string.
ConvertRange Convert a value from one range to another.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
FromMultiLineString Convert a multiline string to a series of limited length lines.
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
GetValue(Match, String) Return the value of the specified group member in the provided match.
GetValue(String, String, String) Return the value of the specified group member in a match found with the provided source and pattern.
GetValue(Type, Object, String) Return the value associated with the specified property name of the provided pattern operation.
IsOpen Return a value indicating whether the specified task is open.
IsReferenceOnly(BaseItem) Return a value indicating whether the specified item is a reference to an object only, and not the definitive object reference.
IsReferenceOnly(IItem) Return a value indicating whether the specified item is a reference to an object only, and not the definitive object reference.
IsTaskType Return a value indicating whether the specified task is of a task type.
MemberwiseClone
(Inherited from Object)
SetPrecision(Double, Int32) Set the decimal precision on the provided number and return the result.
SetPrecision(Single, Int32) Set the decimal precision on the provided number and return the result.
ToDouble(Object) Provide fail-safe conversion of string to numeric value.
ToDouble(String) Provide fail-safe conversion of string to numeric value.
ToFloat(Object) Provide fail-safe conversion of string to numeric value.
ToFloat(String) Provide fail-safe conversion of string to numeric value.
ToInt(Object) Provide fail-safe conversion of string to numeric value.
ToInt(String) Provide fail-safe conversion of string to numeric value.
ToString
(Inherited from Object)
ToTimeSpan(DateTime) Using a relative date and time storage value, return the 0-based time span.
ToTimeSpan(Single) Return the time span representation of the caller's decimal hours.

See Also