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:
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:
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:
- has the following parent XML elements: History.
- has the following child XML elements: Anchor, Assign, Attribution, Create, Delete, extLst, Priority, Progress, Schedule, SetTitle, Unassign, UnassignAll, Undelete, Undo.
- has the following XML attributes: id, time.
- corresponds to the following strongly-typed classes: TaskHistoryEvent.
History
Represents the t:History XML element.
public static readonly XName History
Field Value
- XName
Remarks
As an XML element, it:
Priority
Represents the t:Priority XML element.
public static readonly XName Priority
Field Value
- XName
Remarks
As an XML element, it:
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:
SetTitle
Represents the t:SetTitle XML element.
public static readonly XName SetTitle
Field Value
- XName
Remarks
As an XML element, it:
Task
Represents the t:Task XML element.
public static readonly XName Task
Field Value
- XName
Remarks
As an XML element, it:
Tasks
Represents the t:Tasks XML element.
public static readonly XName Tasks
Field Value
- XName
Remarks
As an XML element, it:
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:
extLst
Represents the t:extLst XML element.
public static readonly XName extLst
Field Value
- XName
Remarks
As an XML element, it:
t
Defines the XML namespace associated with the t prefix.
public static readonly XNamespace t
Field Value
- XNamespace