Class WorkingTimeCollection

Class WorkingTimeCollection

이름 공간 : Aspose.Tasks 모임: Aspose.Tasks.dll (25.4.0)

Aspose.Tasks.WorkingTimeCollection 개체의 컬렉션을 나타냅니다.

public class WorkingTimeCollection : IList<workingtime>, ICollection<workingtime>, IEnumerable<workingtime>, IEnumerable

Inheritance

object WorkingTimeCollection

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

이 Aspose.Tasks.WorkingTimeCollection 개체에 포함된 개체의 수를 얻습니다.

public int Count { get; }

부동산 가치

int

이것이[이트]

지정된 인덱스에 항목을 반환합니다.

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

부동산 가치

WorkingTime

Methods

Add(WorkingTime)

이 컬렉션에 새로운 WorkingTime 예제를 추가합니다.

public bool Add(WorkingTime item)

Parameters

item WorkingTime

추가하는 항목입니다.

Returns

bool

WorkingTime 개체가 성공적으로 추가되었는지 여부; 그렇지 않으면 가짜.

Clear()

수집에서 모든 Aspose.Tasks.WorkingTime 항목을 제거합니다.

public void Clear()

Contains(WorkingTime)

지정된 항목이 목록에 있는지 확인합니다.라인 O(n) 검색을 수행합니다.

public bool Contains(WorkingTime item)

Parameters

item WorkingTime

지정된 항목입니다.

Returns

bool

사실, 목록에서 찾을 수있는 특정 요소가 있다면, 거짓은 그렇지 않다.

CopyTo(WorkingTime[ ] [ [ ], 는 int)

컬렉션 콘텐츠를 Array로 복사하여 특정 인덱스로 시작합니다.

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

Parameters

array WorkingTime [ ] [ [ ]

그것을 복사하기위한 링크입니다.

arrayIndex int

아레아 인덱스 시작

GetEnumerator()

이 컬렉션에 대한 번호를 반환합니다.

public IEnumerator<workingtime> GetEnumerator()

Returns

IEnumerator &lt에 대한 정보 WorkingTime >

이 컬렉션에 대한 목록입니다.

Remove(WorkingTime)

이 컬렉션에서 Aspose.Tasks.WorkingTime 예제를 제거합니다.

public bool Remove(WorkingTime item)

Parameters

item WorkingTime

제거해야 하는 항목

Returns

bool

WorkingTime 예제가 이 컬렉션에서 성공적으로 제거되었는지 여부; 그렇지 않으면 가짜.

ToList()

WorkingTimeCollection 개체를 Aspose.Tasks.WorkingTime 개체 목록으로 변환합니다.

public List<workingtime> ToList()

Returns

List &lt에 대한 정보 WorkingTime >

Aspose.Tasks.WorkingTime 항목 목록

 한국어