Class GroupCriterion
名称: Aspose.Tasks 集合: Aspose.Tasks.dll (25.4.0)
代表一个标准在一个组定义。GroupCriterion 对象是 Aspose.Tasks.GroupCriterionCollection 收藏的成员。
public class GroupCriterion
Inheritance
继承人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
GroupCriterion()
public GroupCriterion()
Properties
Ascending
收到或设置一个值,表明是否在组定义中作为标准使用的字段以上升顺序分类。
public bool Ascending { get; set; }
财产价值
CellColor
获取或设置在组定义中作为标准使用的字段的细胞背景颜色。
public Color CellColor { get; set; }
财产价值
Field
接收或设置被组合的领域。
public Field Field { get; set; }
财产价值
Font
在组定义中获取或设置一个标准的字体。
public FontDescriptor Font { get; set; }
财产价值
FontColor
收到或设置字体的颜色为一个字段作为一个组定义的标准。
public Color FontColor { get; set; }
财产价值
GroupInterval
获取或设置在组定义中作为标准使用的字段的间隔。
public object GroupInterval { get; set; }
财产价值
GroupOn
收到或设置一个字段的组成类型作为一个组定义的标准。
public GroupOn GroupOn { get; set; }
财产价值
Index
在包含 Aspose.Tasks.GroupCriterion 集中的 Aspose.Tasks.GroupCriterion 对象的索引。
[Obsolete("This member is obsolete and will be removed after release 25.6.")]
public int Index { get; }
财产价值
ParentGroup
获取 Aspose.Tasks.GroupCriterion 对象的父母。
[Obsolete("This member is obsolete and will be removed after release 25.6.")]
public Group ParentGroup { get; }
财产价值
Pattern
获取或设置在组定义中作为标准使用的字段的单元格模式。
public BackgroundPattern Pattern { get; set; }
财产价值
StartAt
获取或设置在组定义中作为标准使用的字段间隔的开始。
public object StartAt { get; set; }
财产价值
Methods
Equals(对象)
返回一个值,表明这个例子是否相当于一个指定的对象。
public override bool Equals(object obj)
Parameters
obj
object
与这个案例进行比较。
Returns
True 如果 o 是一个与此例相同的 UID 值的 GroupCriterion;否则, 虚假.
GetHashCode()
作为一个特定的类型的Hash函数。
public override int GetHashCode()
Returns
现行 System.Object 的 hash 代码。