Class GraphicalIndicatorCriteria

Class GraphicalIndicatorCriteria

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

확장 된 속성과 관련된 하나의 그래픽 지표 기준을 나타냅니다.

public sealed class GraphicalIndicatorCriteria

Inheritance

object GraphicalIndicatorCriteria

상속 회원들

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

Constructors

GraphicalIndicatorCriteria(그래픽표시표시표시표시표시표시표시표시표시표시표시표시표시표시표시표시)

Aspose.Tasks.GraphicalIndicatorCriteria 유형의 새로운 예를 시작합니다.

public GraphicalIndicatorCriteria(GraphicalIndicatorCriteriaType rowType, FilterComparisonType test, int imageIndex, GraphicalIndicatorCriteriaValue value1, GraphicalIndicatorCriteriaValue value2)

Parameters

rowType GraphicalIndicatorCriteriaType

Aspose.Tasks.GraphicalIndicatorCriteriaType enum의 값은 지표가 적용되는 행을 지정합니다.

test FilterComparisonType

Aspose.Tasks.FilterComparisonType의 값은 기준에 따라 수행되는 비교 유형을 나타냅니다.

imageIndex int

그림의 인덱스는 필드가 기준을 충족할 때 표시됩니다.

value1 GraphicalIndicatorCriteriaValue

조건 체크에서 사용되는 값.

value2 GraphicalIndicatorCriteriaValue

‘IsWithin’ 및 ‘IsNotWithing’ 조건의 경우 조건 체크에서 사용되는 두 번째 값 (기간의 끝)

Exceptions

ArgumentException

잘못된 논쟁의 조합이 건축가에게 전달되는 경우.

GraphicalIndicatorCriteria(그래픽표시표시표시표시표시표시표시표시표시표시표시표시표시표시표시표)

Aspose.Tasks.GraphicalIndicatorCriteria 유형의 새로운 예를 시작합니다.

public GraphicalIndicatorCriteria(GraphicalIndicatorCriteriaType rowType, FilterComparisonType test, int imageIndex, GraphicalIndicatorCriteriaValue value)

Parameters

rowType GraphicalIndicatorCriteriaType

Aspose.Tasks.GraphicalIndicatorCriteriaType enum의 값은 지표가 적용되는 행을 지정합니다.

test FilterComparisonType

Aspose.Tasks.FilterComparisonType의 값은 기준에 따라 수행되는 비교 유형을 나타냅니다.

imageIndex int

그림의 인덱스는 필드가 기준을 충족할 때 표시됩니다.

value GraphicalIndicatorCriteriaValue

조건 체크에서 사용되는 값.

Exceptions

ArgumentException

잘못된 논쟁의 조합이 건축가에게 전달되는 경우.

ArgumentException

IsNotWithing의 IsWithin의 가치가 테스트 논쟁으로 전달되는 경우.

Properties

ImageIndex

필드가 기준을 충족할 때 이미지의 인덱스를 표시합니다.

public int ImageIndex { get; }

부동산 가치

int

RowType

Aspose.Tasks.GraphicalIndicatorCriteriaType enum의 값을 얻으려면 지표가 적용되는 라인을 지정합니다.

public GraphicalIndicatorCriteriaType RowType { get; }

부동산 가치

GraphicalIndicatorCriteriaType

Test

확장 된 속성의 가치와 그래픽 지표의 적용을위한 기준으로 작용하는 값 사이의 비교 유형을 얻습니다.아스포스.Tasks.FilterComparisonType

public FilterComparisonType Test { get; }

부동산 가치

FilterComparisonType

Value1

확장된 속성의 값을 테스트하는 데 사용되는 값을 얻습니다.

public GraphicalIndicatorCriteriaValue Value1 { get; }

부동산 가치

GraphicalIndicatorCriteriaValue

Value2

‘IsWithin’ 및 ‘IsNotWithin’ 비교 유형의 경우 확장 속성의 값을 테스트하는 데 사용되는 두 번째 값을 얻습니다.

public GraphicalIndicatorCriteriaValue Value2 { get; }

부동산 가치

GraphicalIndicatorCriteriaValue

Methods

ToString()

Aspose.Tasks.GraphicalIndicatorCriteria 클래스의 사례를 반환합니다.

public override string ToString()

Returns

string

이 개체의 링크 표현.

 한국어