Class FieldHelper

Class FieldHelper

Namespace: Aspose.Tasks.Util
Assembly: Aspose.Tasks.dll (25.4.0)

Helper class which provides useful operations with fields.

public static class FieldHelper

Inheritance

object FieldHelper

Inherited Members

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Methods

GetDefaultFieldTitle(Field)

Returns a default title of the specific field.

public static string GetDefaultFieldTitle(Field field)

Parameters

field Field

Field to get a default title.

Returns

string

A default title of the specific field if the field can be displayed in MS Project’s view, null otherwise.

GetDefaultTaskFieldTitle(TaskKey)

Returns a default title of the specific task field.

public static string GetDefaultTaskFieldTitle(TaskKey taskKey)

Parameters

taskKey TaskKey

Task field to get a default title.

Returns

string

A default title of the specific task field if the field can be displayed in MS Project’s view, null otherwise.

 English