Class AssignmentViewColumn
Class AssignmentViewColumn
名称: Aspose.Tasks.Visualization 集合: Aspose.Tasks.dll (25.4.0)
项目的视图类。
public class AssignmentViewColumn : ViewColumn
Inheritance
object ← ViewColumn ← AssignmentViewColumn
继承人
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(字符串, int, AssignmentToColumnTextConverter)
启动 AssignmentViewColumn 类的新例子。
public AssignmentViewColumn(string name, int width, AssignmentToColumnTextConverter converter)
Parameters
name
string
列的名字。
width
int
列的宽度在像素中。
converter
AssignmentToColumnTextConverter
将数据分配到列文本转换器。
Properties
Field
列田。Aspose.Tasks.Visualization.AssignmentViewColumn.Field。
public override Field Field { get; set; }
财产价值
Methods
GetColumnText(ResourceAssignment)
将当前资源分配转换为列文本。
public string GetColumnText(ResourceAssignment assignment)
Parameters
assignment
ResourceAssignment
目前任命。
Returns
列文本。