Class Predecessor
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Object to handle if rows that have dependencies on a predecessor
public class Predecessor
- Inheritance
-
Predecessor
- Inherited Members
Properties
InCriticalPath
True if this predecessor is in the critical path.
public bool? InCriticalPath { get; set; }
Property Value
- bool?
the value of the inCriticalPath flag
Invalid
True if the row referenced by rowId is not a valid row in this sheet, or there is a circular reference.
public bool? Invalid { get; set; }
Property Value
- bool?
the value of the invalid flag
Lag
The lag value of this predecessor.
public Duration Lag { get; set; }
Property Value
- Duration
the lag
RowId
The ID of the predecessor row.
public long? RowId { get; set; }
Property Value
- long?
the rowId
RowNumber
The number of the predecessor row.
public int? RowNumber { get; set; }
Property Value
- int?
the rowNumber
Type
The type of the predecessor.
public string Type { get; set; }
Property Value
- string
One of FS, FF, SS, or SF