Modifier and Type | Class and Description |
---|---|
class |
AssignmentBaseline
Represents Baseline of a resource assignment.
|
class |
TaskBaseline
Represents Baseline of a Task.
|
Modifier and Type | Method and Description |
---|---|
Baseline |
BaselineCollection.get(int index)
Returns the baseline at the specified position.
|
Baseline |
BaselineCollection.remove(int index)
Removes the element at the specified position in this list.
|
Modifier and Type | Method and Description |
---|---|
List<Baseline> |
BaselineCollection.toList()
Converts the BaselineCollection object to a list of
Baseline objects. |
Modifier and Type | Method and Description |
---|---|
int |
Baseline.compareTo(Baseline other)
IComparable interface implementation.
|
boolean |
Baseline.equals(Baseline other)
Returns a value indicating whether this instance is equal to a specified object.
|
static boolean |
Baseline.op_Equality(Baseline a,
Baseline b)
Returns a value indicating whether this instance is equal to a specified object.
|
static boolean |
Baseline.op_GreaterThan(Baseline a,
Baseline b)
Returns a value indicating whether this instance is greater than a specified object.
|
static boolean |
Baseline.op_GreaterThanOrEqual(Baseline a,
Baseline b)
Returns a value indicating whether this instance is greater than or equal to a specified object.
|
static boolean |
Baseline.op_Inequality(Baseline a,
Baseline b)
Returns a value indicating whether this instance is not equal to a specified object.
|
static boolean |
Baseline.op_LessThan(Baseline a,
Baseline b)
Returns a value indicating whether this instance is less than a specified object.
|
static boolean |
Baseline.op_LessThanOrEqual(Baseline a,
Baseline b)
Returns a value indicating whether this instance is less than or equal to a specified object.
|
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.