Class OutlineValue

Class OutlineValue

Tên không gian: Aspose.Tasks Tổng hợp: Aspose.Tasks.dll (25.4.0)

Nó đại diện cho giá trị outline.

[ClassInterface(ClassInterfaceType.AutoDual)]
public class OutlineValue

Inheritance

object OutlineValue

Thành viên thừa kế

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

Constructors

OutlineValue()

public OutlineValue()

Properties

Description

Nhận hoặc đặt mô tả của một giá trị outline.

public string Description { get; set; }

Giá trị bất động sản

string

DurationValue

Nhận hoặc đặt thời gian nếu Type là Thời gian.

public Duration? DurationValue { get; set; }

Giá trị bất động sản

Duration ?

Remarks

Thích tài sản này hơn Aspose.Tasks.OutlineValue.Value, khi bạn cần thiết lập giá trị cho OutlineValues với Loại Thời gian .

IsCollapsed

Nhận hoặc đặt một giá trị chỉ ra liệu giá trị outline đã sụp đổ hay không.

public bool IsCollapsed { get; set; }

Giá trị bất động sản

bool

Remarks

Điều này là mới cho tài sản của MS Project 2010.

ParentValueId

Nhận hoặc đặt ID của một nút mẹ của một mã outline.

public int ParentValueId { get; set; }

Giá trị bất động sản

int

Type

Nhận hoặc đặt loại mã outline.

public OutlineValueType Type { get; set; }

Giá trị bất động sản

OutlineValueType

Value

Nhận hoặc đặt giá trị thực tế.

public string Value { get; set; }

Giá trị bất động sản

string

ValueGuid

Nhận một GUID mà xác định giá trị này trong số những người khác trong toàn bộ dự án.

public Guid ValueGuid { get; }

Giá trị bất động sản

Guid

ValueId

Nhận hoặc đặt ID duy nhất của giá trị mã xuất trong một dự án.

public int ValueId { get; set; }

Giá trị bất động sản

int

 Tiếng Việt