Class ExtendedAttributeDefinitionCollection

Class ExtendedAttributeDefinitionCollection

اسم الفضاء : Aspose.Tasks تجميع: Aspose.Tasks.dll (25.4.0)

يمثل مجموعة من الأشياء Aspose.Tasks.ExtendedAttributeDefinition.

public class ExtendedAttributeDefinitionCollection : IList<extendedattributedefinition>, ICollection<extendedattributedefinition>, IEnumerable<extendedattributedefinition>, IEnumerable

Inheritance

object ExtendedAttributeDefinitionCollection

Implements

IList , ICollection , IEnumerable , IEnumerable

الأعضاء الموروثين

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

Properties

Count

يحصل على عدد العناصر الموجودة في هذه المجموعة.

public int Count { get; }

قيمة الممتلكات

int

IsReadOnly

يحصل على قيمة تشير إلى ما إذا كانت هذه المجموعة قراءة فقط.

public bool IsReadOnly { get; }

قيمة الممتلكات

bool

ParentProject

يحصل على مشروع الأم لـ Aspose.Tasks.ExtendedAttributeDefinitionCollection.إرجاع مشروع الوالدين لهذا المجموعة.

public Project ParentProject { get; }

قيمة الممتلكات

Project

هذا[إنت]

إرجاع أو وضع العنصر على المؤشر المحدد.

public ExtendedAttributeDefinition this[int index] { get; set; }

قيمة الممتلكات

ExtendedAttributeDefinition

Methods

Add(ExtendedAttributeDefinition)

إضافة العنصر المحدد إلى هذه المجموعة.

public void Add(ExtendedAttributeDefinition item)

Parameters

item ExtendedAttributeDefinition

العنصر المحدد لإضافة إلى هذه المجموعة.

Clear()

إزالة جميع العناصر من هذه المجموعة.

public void Clear()

Contains(ExtendedAttributeDefinition)

يعود صحيحًا إذا تم العثور على العنصر المحدد في هذه المجموعة ؛ خلاف ذلك ، كاذب.

public bool Contains(ExtendedAttributeDefinition item)

Parameters

item ExtendedAttributeDefinition

البند المحدد للعثور عليه.

Returns

bool

صحيح إذا تم العثور على العنصر المحدد في هذه المجموعة ؛ خلاف ذلك ، وهمية.

CopyTo(ExtendedAttributeDefinition[ ]إنت)

نسخ عناصر هذه المجموعة إلى السلسلة المحددة، بدءا من مؤشر السلسلة المحددة.

public void CopyTo(ExtendedAttributeDefinition[] array, int arrayIndex)

Parameters

array ExtendedAttributeDefinition [ ]

المجموعة الواحدة المحددة لنسخ العناصر إلى

arrayIndex int

المؤشر القائم على الصفر من السلسلة المحددة التي يبدأ فيها النسخ.

GetById(إنت)

إرجاع تعريف الميزات الموسعة بواسطة ID

public ExtendedAttributeDefinition GetById(int id)

Parameters

id int

ID المحدد

Returns

ExtendedAttributeDefinition

توسيع التعريف مع ID المحدد.

GetEnumerator()

إرجاع قائمة لهذا المجموعة.

public IEnumerator<extendedattributedefinition> GetEnumerator()

Returns

IEnumerator &lt؛ ExtendedAttributeDefinition >

قائمة لهذا المجموعة.

IndexOf(ExtendedAttributeDefinition)

يحدد مؤشر العنصر المحدد في هذه المجموعة.

public int IndexOf(ExtendedAttributeDefinition item)

Parameters

item ExtendedAttributeDefinition

العنصر المحدد للعثور في هذه المجموعة.

Returns

int

مؤشر العنصر المحدد إذا تم العثور عليه؛ وإلا، -1.

Insert(إنت، ExtendedAttributeDefinition)

إدراج العنصر المحدد في المؤشر المحدد.

public void Insert(int index, ExtendedAttributeDefinition item)

Parameters

index int

المؤشر المحدد القائم على الصفر الذي ينبغي إدراج العنصر فيه.

item ExtendedAttributeDefinition

العنصر المحدد لإدخاله في هذه المجموعة.

Remove(ExtendedAttributeDefinition)

إزالة أول ظهور لموضوع معين من هذه المجموعة.

public bool Remove(ExtendedAttributeDefinition item)

Parameters

item ExtendedAttributeDefinition

الكائن المحدد لإزالة.

Returns

bool

صحيح إذا تم إزالة الكائن المحدد بنجاح من هذه المجموعة ؛ خلاف ذلك ، وهمية.

RemoveAt(إنت)

إزالة العنصر في المؤشر المحدد.

public void RemoveAt(int index)

Parameters

index int

المؤشر المحدد على أساس الصفر لإزالة العنصر في.

ToList()

تحويل هذا العنصر الموسعAttributeDefinitionCollection إلى قائمة تحتوي على حالات من فئة Aspose.Tasks.ExtendedAttributeDefinition.

public List<extendedattributedefinition> ToList()

Returns

List &lt؛ ExtendedAttributeDefinition >

قائمة تحتوي على حالات من فئة Aspose.Tasks.ExtendedAttributeDefinition.

 عربي