TaskLinkCreationInformation members
Provides property settings and methods that are used to create a task link.
The TaskLinkCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TaskLinkCreationInformation | Creates an instance of the TaskLinkCreationInformation class. |
Top
Properties
Name | Description | |
---|---|---|
DependencyType | Gets or sets the type of link relationship between two tasks. | |
EndId | Gets or sets the GUID of the task that is at the end of the link. | |
Id | Gets or sets the GUID of the task link. | |
StartId | Gets or sets the GUID of the task that is at the start of the link. | |
TypeId | (Inherited from ClientValueObject.) |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | (Inherited from ClientValueObject.) | |
CustomWriteToXml | (Inherited from ClientValueObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromJson | (Inherited from ClientValueObject.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InitOnePropertyFromJson | Reserved for internal use. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
WriteToXml | Reserved for internal use. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top