public class Group extends Object
Represents a group definition. A Group object is a member of the ResourceGroups collection or the TaskGroups collection.
Constructor and Description |
---|
Group()
Initializes a new instance of the
Group class. |
Modifier and Type | Method and Description |
---|---|
GroupCriterionCollection |
getGroupCriteria()
Gets a GroupCriteria collection representing the fields in a group definition.
|
int |
getIndex()
Gets the index of a
Group object in the Groups containing object. |
boolean |
getMaintainHierarchy()
Gets a value indicating whether to show all the levels of summary tasks for subtasks within group.
|
String |
getName()
Gets a name of a Group object.
|
Project |
getParentProject()
Gets the parent of the Group object.
|
boolean |
getShowInMenu()
Gets a value indicating whether Project shows the group name in the Group drop-down list in the Ribbon.
|
boolean |
getShowSummary()
Gets a value indicating whether summary rows are displayed for the group.
|
int |
getUid()
Gets a unique identifier of a group.
|
void |
setGroupCriteria(GroupCriterionCollection value)
Sets a GroupCriteria collection representing the fields in a group definition.
|
void |
setMaintainHierarchy(boolean value)
Sets a value indicating whether to show all the levels of summary tasks for subtasks within group.
|
void |
setName(String value)
Sets a name of a Group object.
|
void |
setShowInMenu(boolean value)
Sets a value indicating whether Project shows the group name in the Group drop-down list in the Ribbon.
|
void |
setShowSummary(boolean value)
Sets a value indicating whether summary rows are displayed for the group.
|
public Group()
Initializes a new instance of the Group
class.
public final GroupCriterionCollection getGroupCriteria()
Gets a GroupCriteria collection representing the fields in a group definition.
public final void setGroupCriteria(GroupCriterionCollection value)
Sets a GroupCriteria collection representing the fields in a group definition.
value
- a GroupCriteria collection representing the fields in a group definition.public final int getIndex()
Gets the index of a Group
object in the Groups containing object.
Group
object in the Groups containing object.public final boolean getMaintainHierarchy()
Gets a value indicating whether to show all the levels of summary tasks for subtasks within group.
public final void setMaintainHierarchy(boolean value)
Sets a value indicating whether to show all the levels of summary tasks for subtasks within group.
value
- a value indicating whether to show all the levels of summary tasks for subtasks within
group.public final String getName()
Gets a name of a Group object.
public final void setName(String value)
Sets a name of a Group object.
value
- a name of a Group object.public final Project getParentProject()
Gets the parent of the Group object.
public final boolean getShowInMenu()
Gets a value indicating whether Project shows the group name in the Group drop-down list in the Ribbon.
public final void setShowInMenu(boolean value)
Sets a value indicating whether Project shows the group name in the Group drop-down list in the Ribbon.
value
- a value indicating whether Project shows the group name in the Group drop-down list in the
Ribbon.public final boolean getShowSummary()
Gets a value indicating whether summary rows are displayed for the group.
public final void setShowSummary(boolean value)
Sets a value indicating whether summary rows are displayed for the group.
value
- a value indicating whether summary rows are displayed for the group.public final int getUid()
Gets a unique identifier of a group.
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.