GraphFlag Class
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 8.0.9673)
Represents a Graph follow-up flag info.
Syntax
public class GraphFlag
Inherited Members
Constructors
| Name | Description |
|---|---|
| GraphFlag(GraphFlagStatus) | Initializes new GraphFlag instance. |
Properties
| Name | Description |
|---|---|
| CompletedDate | Gets the completed date of the follow-up; or null reference if not known. |
| DueDateTime | Gets the due date and time of the follow-up; or null reference if not known. |
| StartDateTime | Gets the start date and time of the follow-up; or null reference if not known. |
| Status | Gets the follow-up flag status. |
Methods
| Name | Description |
|---|---|
| CreateCompleted(DateTime) | Initializes new GraphFlag instance representing Completed status with associated date. |
| CreateFlagged(DateTime, DateTime) | Initializes new GraphFlag instance representing Flagged status with associated date and times. |
| CreateNotFlagged() | Initializes new GraphFlag instance representing None status. |
| ToString() | Returns a string representation of this object. |