Class AssignmentViewColumn

Class AssignmentViewColumn

Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.2.0)

Project’s view class.

public class AssignmentViewColumn : ViewColumn

Inheritance

objectViewColumnAssignmentViewColumn

Inherited Members

ViewColumn.Field, ViewColumn.Name, ViewColumn.StringAlignment, ViewColumn.Width, ViewColumn.TextStyleModificationCallback, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

AssignmentViewColumn(string, int, AssignmentToColumnTextConverter)

Initializes a new instance of the AssignmentViewColumn class.

public AssignmentViewColumn(string name, int width, AssignmentToColumnTextConverter converter)

Parameters

name string

Column’s name.

width int

Column’s width in pixels.

converter AssignmentToColumnTextConverter

Assignment data to column text converter.

Properties

Field

Column field. Aspose.Tasks.Visualization.AssignmentViewColumn.Field.

public override Field Field { get; set; }

Property Value

Field

Methods

GetColumnText(ResourceAssignment)

Converts current resource assignment to the column text.

public string GetColumnText(ResourceAssignment assignment)

Parameters

assignment ResourceAssignment

Current assignment.

Returns

string

The column text.