Class PredecessorList
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Wrapper to encapsulate a list of Predecessors.
public class PredecessorList : ObjectValue
- Inheritance
-
PredecessorList
- Implements
- Inherited Members
Constructors
PredecessorList()
Default empty constructor.
public PredecessorList()
PredecessorList(IList<Predecessor>)
Constructor to set list of predecessors on construction.
public PredecessorList(IList<Predecessor> predecessors)
Parameters
predecessors
IList<Predecessor>
Properties
ObjectType
Public accessor for what type of object this is.
public ObjectValueType ObjectType { get; }
Property Value
Predecessors
Gets the array of Predecessor objects.
public IList<Predecessor> Predecessors { get; set; }
Property Value
- IList<Predecessor>
the array