Table of Contents

Class T

Namespace
DocumentFormat.OpenXml.Linq
Assembly
DocumentFormat.OpenXml.Linq.dll

Declares XNamespace and XName fields for the xmlns:t="http://schemas.microsoft.com/office/tasks/2019/documenttasks" namespace.

public static class T
Inheritance
T
Inherited Members

Fields

Anchor

Represents the t:Anchor XML element.

public static readonly XName Anchor

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: Event, Task.
  • has the following child XML elements: Comment, extLst.
  • corresponds to the following strongly-typed classes: TaskAnchor.

Assign

Represents the t:Assign XML element.

public static readonly XName Assign

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: Event.
  • has the following XML attributes: userId, userName, userProvider.
  • corresponds to the following strongly-typed classes: AssignTaskUser.

Attribution

Represents the t:Attribution XML element.

public static readonly XName Attribution

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: Event.
  • has the following XML attributes: userId, userName, userProvider.
  • corresponds to the following strongly-typed classes: AttributionTaskUser.

Comment

Represents the t:Comment XML element.

public static readonly XName Comment

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: Anchor.
  • has the following XML attributes: id.
  • corresponds to the following strongly-typed classes: CommentAnchor.

Create

Represents the t:Create XML element.

public static readonly XName Create

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: Event.
  • corresponds to the following strongly-typed classes: TaskCreateEventInfo.

Delete

Represents the t:Delete XML element.

public static readonly XName Delete

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: Event.
  • corresponds to the following strongly-typed classes: TaskDeleteEventInfo.

Event

Represents the t:Event XML element.

public static readonly XName Event

Field Value

XName

Remarks

As an XML element, it:

History

Represents the t:History XML element.

public static readonly XName History

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: Task.
  • has the following child XML elements: Event.
  • corresponds to the following strongly-typed classes: TaskHistory.

Priority

Represents the t:Priority XML element.

public static readonly XName Priority

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: Event.
  • has the following XML attributes: value.
  • corresponds to the following strongly-typed classes: TaskPriorityEventInfo.

Progress

Represents the t:Progress XML element.

public static readonly XName Progress

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: Event.
  • has the following XML attributes: percentComplete.
  • corresponds to the following strongly-typed classes: TaskProgressEventInfo.

Schedule

Represents the t:Schedule XML element.

public static readonly XName Schedule

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: Event.
  • has the following XML attributes: dueDate, startDate.
  • corresponds to the following strongly-typed classes: TaskScheduleEventInfo.

SetTitle

Represents the t:SetTitle XML element.

public static readonly XName SetTitle

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: Event.
  • has the following XML attributes: title.
  • corresponds to the following strongly-typed classes: TaskTitleEventInfo.

Task

Represents the t:Task XML element.

public static readonly XName Task

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: Tasks.
  • has the following child XML elements: Anchor, extLst, History.
  • has the following XML attributes: id.
  • corresponds to the following strongly-typed classes: Task.

Tasks

Represents the t:Tasks XML element.

public static readonly XName Tasks

Field Value

XName

Remarks

As an XML element, it:

  • has the following child XML elements: extLst, Task.
  • corresponds to the following strongly-typed classes: Tasks.

Unassign

Represents the t:Unassign XML element.

public static readonly XName Unassign

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: Event.
  • has the following XML attributes: userId, userName, userProvider.
  • corresponds to the following strongly-typed classes: UnassignTaskUser.

UnassignAll

Represents the t:UnassignAll XML element.

public static readonly XName UnassignAll

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: Event.
  • corresponds to the following strongly-typed classes: TaskUnassignAll.

Undelete

Represents the t:Undelete XML element.

public static readonly XName Undelete

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: Event.
  • corresponds to the following strongly-typed classes: TaskUndeleteEventInfo.

Undo

Represents the t:Undo XML element.

public static readonly XName Undo

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: Event.
  • has the following XML attributes: id.
  • corresponds to the following strongly-typed classes: TaskUndo.

extLst

Represents the t:extLst XML element.

public static readonly XName extLst

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: Anchor, Event, Task, Tasks.
  • has the following child XML elements: ext.
  • corresponds to the following strongly-typed classes: ExtensionList.

t

Defines the XML namespace associated with the t prefix.

public static readonly XNamespace t

Field Value

XNamespace