Class CustomProjectPropertyCollection

Class CustomProjectPropertyCollection

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

사용자 지정 프로젝트 속성의 컬렉션을 나타냅니다.

public sealed class CustomProjectPropertyCollection : PropertyKeyedCollection<customprojectproperty>, ICollection<customprojectproperty>, IEnumerable<customprojectproperty>, IEnumerable

Inheritance

object PropertyCollection PropertyKeyedCollection CustomProjectPropertyCollection

Implements

ICollection , IEnumerable , IEnumerable

상속 회원들

PropertyKeyedCollection.Contains(string) , PropertyKeyedCollection.Add(CustomProjectProperty) , 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()

Constructors

CustomProjectPropertyCollection()

Aspose.Tasks.Properties.CustomProjectPropertyCollection 클래스의 새로운 예를 시작합니다.

public CustomProjectPropertyCollection()

Properties

IsReadOnly

이 컬렉션이 읽을 수 있는지 여부를 나타내는 값을 얻습니다; 그렇지 않으면 가짜입니다.

public override bool IsReadOnly { get; }

부동산 가치

bool

Methods

Add(스트링, 스트링)

새로운 특정 부동산을 만듭니다.

public CustomProjectProperty Add(string name, string value)

Parameters

name string

부동산의 이름입니다.

value string

새로 만들어진 부동산 개체 가치.

Returns

CustomProjectProperty

새롭게 만들어진 재산

Add(링크, 볼)

새로운 특정 부동산을 만듭니다.

public CustomProjectProperty Add(string name, bool value)

Parameters

name string

부동산의 이름입니다.

value bool

새로 만들어진 부동산 개체 가치.

Returns

CustomProjectProperty

새롭게 만들어진 재산

Add(링크, 더블)

새로운 특정 부동산을 만듭니다.

public CustomProjectProperty Add(string name, double value)

Parameters

name string

부동산의 이름입니다.

value double

새로 만들어진 부동산 개체 가치.

Returns

CustomProjectProperty

새롭게 만들어진 재산

Add(링크, DateTime)

새로운 특정 부동산을 만듭니다.

public CustomProjectProperty Add(string name, DateTime value)

Parameters

name string

부동산의 이름입니다.

value DateTime

새로 만들어진 부동산 개체 가치.

Returns

CustomProjectProperty

새롭게 만들어진 재산

Clear()

부동산 컬렉션을 정리합니다.

public void Clear()

Remove(스트리트)

컬렉션에서 지정된 이름을 가진 재산을 제거합니다.

public bool Remove(string name)

Parameters

name string

부동산의 비정상적인 이름입니다.

Returns

bool

사실은 항목이 성공적으로 발견되고 제거되면; 그렇지 않으면 거짓입니다.

 한국어