Class GroupCriterion

Class GroupCriterion

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

그룹 정의에서 기준을 나타냅니다.
GroupCriterion 객체는 Aspose.Tasks.GroupCriterionCollection 컬렉션의 구성원입니다.

public class GroupCriterion

상속

objectGroupCriterion

상속된 멤버

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

생성자

GroupCriterion()

public GroupCriterion()

속성

Ascending

그룹 정의에서 기준으로 사용되는 필드가 오름차순으로 정렬되어 있는지를 나타내는 값을 가져오거나 설정합니다. 필드가 내림차순으로 정렬된 경우 False입니다.

public bool Ascending { get; set; }

속성 값

bool

CellColor

그룹 정의에서 기준으로 사용되는 필드의 셀 배경 색상을 가져오거나 설정합니다.

public Color CellColor { get; set; }

속성 값

Color

Field

그룹화되는 필드를 가져오거나 설정합니다.

public Field Field { get; set; }

속성 값

Field

Font

그룹 정의에서 기준의 글꼴을 가져오거나 설정합니다.

public FontDescriptor Font { get; set; }

속성 값

FontDescriptor

FontColor

그룹 정의에서 기준으로 사용되는 필드의 글꼴 색상을 가져오거나 설정합니다.

public Color FontColor { get; set; }

속성 값

Color

GroupInterval

그룹 정의에서 기준으로 사용되는 필드의 간격을 가져오거나 설정합니다.

public object GroupInterval { get; set; }

속성 값

object

GroupOn

그룹 정의에서 기준으로 사용되는 필드의 그룹화 유형을 가져오거나 설정합니다.

public GroupOn GroupOn { get; set; }

속성 값

GroupOn

Index

Aspose.Tasks.GroupCriterionCollection 컬렉션에 있는 Aspose.Tasks.GroupCriterion 객체의 인덱스를 가져옵니다.

[Obsolete("This member is obsolete and will be removed after release 25.6.")]
public int Index { get; }

속성 값

int

ParentGroup

Aspose.Tasks.GroupCriterion 객체의 부모를 가져옵니다.

[Obsolete("This member is obsolete and will be removed after release 25.6.")]
public Group ParentGroup { get; }

속성 값

Group

Pattern

그룹 정의에서 기준으로 사용되는 필드의 셀 패턴을 가져오거나 설정합니다.

public BackgroundPattern Pattern { get; set; }

속성 값

BackgroundPattern

StartAt

그룹 정의에서 기준으로 사용되는 필드의 간격 시작점을 가져오거나 설정합니다.

public object StartAt { get; set; }

속성 값

object

메서드

Equals(object)

이 인스턴스가 지정된 객체와 같은지를 나타내는 값을 반환합니다.

public override bool Equals(object obj)

매개변수

obj object

이 인스턴스와 비교할 객체입니다.

반환 값

bool

True는 o가 이 인스턴스와 동일한 UID 값을 가진 GroupCriterion인 경우; 그렇지 않으면 false입니다.

GetHashCode()

특정 유형에 대한 해시 함수 역할을 합니다.

public override int GetHashCode()

반환 값

int

현재 System.Object에 대한 해시 코드입니다.

 한국어