Class BuiltInProjectPropertyCollection

Class BuiltInProjectPropertyCollection

ชื่อพื้นที่: Aspose.Tasks.Properties การประกอบ: Aspose.Tasks.dll (25.4.0)

แสดงให้เห็นถึงชุดของคุณสมบัติโครงการที่บูรณาการ

public sealed class BuiltInProjectPropertyCollection : PropertyKeyedCollection<builtinprojectproperty>, ICollection<builtinprojectproperty>, IEnumerable<builtinprojectproperty>, IEnumerable

Inheritance

object PropertyCollection PropertyKeyedCollection BuiltInProjectPropertyCollection

Implements

ICollection , IEnumerable , IEnumerable

อนุญาโตตุลาการ

PropertyKeyedCollection.Contains(string) , PropertyKeyedCollection.Add(BuiltInProjectProperty) , PropertyKeyedCollection.Names , PropertyKeyedCollection.Count , PropertyKeyedCollection.IsReadOnly , PropertyKeyedCollection.this[string] , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Author

ได้รับหรือตั้งค่าผู้เขียนโครงการ

public string Author { get; set; }

คุณสมบัติมูลค่า

string

Category

รับหรือกําหนดประเภทของโครงการ

public string Category { get; set; }

คุณสมบัติมูลค่า

string

Comments

รับหรือโพสต์ความคิดเห็นเกี่ยวกับโครงการ

public string Comments { get; set; }

คุณสมบัติมูลค่า

string

Company

รับหรือตั้ง บริษัท ของโครงการ

public string Company { get; set; }

คุณสมบัติมูลค่า

string

HyperlinkBase

รับหรือตั้งฐาน hyperlink ของโครงการ

public string HyperlinkBase { get; set; }

คุณสมบัติมูลค่า

string

IsReadOnly

ได้รับค่าที่แสดงให้เห็นว่าการเก็บรวบรวมนี้จะอ่านเพียง แต่หรือไม่ อย่างไรก็ตามการทําผิดพลาด

public override bool IsReadOnly { get; }

คุณสมบัติมูลค่า

bool

Keywords

รับหรือตั้งคําหลักของโครงการ

public string Keywords { get; set; }

คุณสมบัติมูลค่า

string

Manager

รับหรือตั้งผู้จัดการโครงการ

public string Manager { get; set; }

คุณสมบัติมูลค่า

string

Subject

รับหรือตั้งวัตถุของโครงการ

public string Subject { get; set; }

คุณสมบัติมูลค่า

string

Title

รับหรือตั้งชื่อของโครงการ

public string Title { get; set; }

คุณสมบัติมูลค่า

string

 แบบไทย