Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the schema for task items. Represents the schema for task items.

Hierarchy

Index

Constructors

constructor

  • internal

    Initializes a new instance of the ServiceObjectSchema class.

    Returns TaskSchema

Properties

Static ActualWork

ActualWork: PropertyDefinition

Defines the ActualWork property. Defines the ActualWork property.

Static AllowedResponseActions

AllowedResponseActions: PropertyDefinition

Defines the AllowedResponseActions property.

Static ArchiveTag

ArchiveTag: PropertyDefinition

Defines the ArchiveTag property.

Static AssignedTime

AssignedTime: PropertyDefinition

Defines the AssignedTime property. Defines the AssignedTime property.

Static Attachments

Attachments: PropertyDefinition

Defines the Attachments property.

Static BillingInformation

BillingInformation: PropertyDefinition

Defines the BillingInformation property. Defines the BillingInformation property.

Static Body

Defines the Body property.

Static Categories

Categories: PropertyDefinition

Defines the Categories property.

Static ChangeCount

ChangeCount: PropertyDefinition

Defines the ChangeCount property. Defines the ChangeCount property.

Static Companies

Defines the Companies property. Defines the Companies property.

Static CompleteDate

CompleteDate: PropertyDefinition

Defines the CompleteDate property. Defines the CompleteDate property.

Static Contacts

Defines the Contacts property. Defines the Contacts property.

Static ConversationId

ConversationId: PropertyDefinition

Defines the ConversationId property.

Static Culture

Defines the Culture property.

Static DateTimeCreated

DateTimeCreated: PropertyDefinition

Defines the DateTimeCreated property.

Static DateTimeReceived

DateTimeReceived: PropertyDefinition

Defines the DateTimeReceived property.

Static DateTimeSent

DateTimeSent: PropertyDefinition

Defines the DateTimeSent property.

Static DelegationState

DelegationState: PropertyDefinition

Defines the DelegationState property. Defines the DelegationState property.

Static Delegator

Defines the Delegator property. Defines the Delegator property.

Static DisplayCc

Defines the DisplayCc property.

Static DisplayTo

Defines the DisplayTo property.

Static DueDate

Defines the DueDate property. Defines the DueDate property.

Static EffectiveRights

EffectiveRights: PropertyDefinition

Defines the EffectiveRights property.

Static EntityExtractionResult

EntityExtractionResult: PropertyDefinition

Defines the EntityExtractionResult property.

Static ExtendedProperties

ExtendedProperties: PropertyDefinition

Defines the ExtendedProperties property.

Static Flag

Defines the Flag property.

Static HasAttachments

HasAttachments: PropertyDefinition

Defines the HasAttachments property.

Static IconIndex

Defines the IconIndex property.

Static Id

Defines the Id property.

Static Importance

Importance: PropertyDefinition

Defines the Importance property.

Static InReplyTo

Defines the InReplyTo property.

Static Instance

Instance: TaskSchema
internal

Instance of TaskSchema

internal

Instance of TaskSchema

Static InstanceKey

InstanceKey: PropertyDefinition

Defines the InstanceKey property.

Static InternetMessageHeaders

InternetMessageHeaders: PropertyDefinition

Defines the InternetMessageHeaders property.

Static IsAssociated

IsAssociated: PropertyDefinition

Defines the IsAssociated property.

Static IsComplete

IsComplete: PropertyDefinition

Defines the IsComplete property. Defines the IsComplete property.

Static IsDraft

Defines the IsDraft property.

Static IsFromMe

Defines the IsFromMe property.

Static IsRecurring

IsRecurring: PropertyDefinition

Defines the IsRecurring property. Defines the IsRecurring property.

Static IsReminderSet

IsReminderSet: PropertyDefinition

Defines the IsReminderSet property.

Static IsResend

Defines the IsResend property.

Static IsSubmitted

IsSubmitted: PropertyDefinition

Defines the IsSubmitted property.

Static IsTeamTask

IsTeamTask: PropertyDefinition

Defines the IsTeamTask property. Defines the IsTeamTask property.

Static IsUnmodified

IsUnmodified: PropertyDefinition

Defines the IsUnmodified property.

Static ItemClass

Defines the ItemClass property.

Static LastModifiedName

LastModifiedName: PropertyDefinition

Defines the LastModifiedName property.

Static LastModifiedTime

LastModifiedTime: PropertyDefinition

Defines the LastModifiedTime property.

Static Mileage

Defines the Mileage property. Defines the Mileage property.

Static MimeContent

MimeContent: PropertyDefinition

Defines the MimeContent property.

Static Mode

Defines the Mode property. Defines the Mode property.

Static NormalizedBody

NormalizedBody: PropertyDefinition

Defines the NormalizedBody property.

Static Owner

Defines the Owner property. Defines the Owner property.

Static ParentFolderId

ParentFolderId: PropertyDefinition

Defines the ParentFolderId property.

Static PercentComplete

PercentComplete: PropertyDefinition

Defines the PercentComplete property. Defines the PercentComplete property.

Static PolicyTag

Defines the PolicyTag property.

Static Preview

Defines the Preview property.

Static Recurrence

Recurrence: PropertyDefinition

Defines the Recurrence property. Defines the Recurrence property.

Static ReminderDueBy

ReminderDueBy: PropertyDefinition

Defines the ReminderDueBy property.

Static ReminderMinutesBeforeStart

ReminderMinutesBeforeStart: PropertyDefinition

Defines the ReminderMinutesBeforeStart property.

Static RetentionDate

RetentionDate: PropertyDefinition

Defines the RetentionDate property.

Static Sensitivity

Sensitivity: PropertyDefinition

Defines the Sensitivity property.

Static Size

Defines the Size property.

Static StartDate

Defines the StartDate property. Defines the StartDate property.

Static Status

Defines the Status property. Defines the Status property.

Static StatusDescription

StatusDescription: PropertyDefinition

Defines the StatusDescription property. Defines the StatusDescription property.

Static StoreEntryId

StoreEntryId: PropertyDefinition

Defines the StoreEntryId property.

Static Subject

Defines the Subject property.

Static TextBody

Defines the TextBody property.

Static TotalWork

Defines the TotalWork property. Defines the TotalWork property.

Static UniqueBody

UniqueBody: PropertyDefinition

Defines the UniqueBody property.

Static WebClientEditFormQueryString

WebClientEditFormQueryString: PropertyDefinition

Defines the WebClientEditFormQueryString property.

Static WebClientReadFormQueryString

WebClientReadFormQueryString: PropertyDefinition

Defines the WebClientReadFormQueryString property.

Accessors

FirstClassProperties

FirstClassSummaryProperties

IndexedProperties

Methods

GetEnumerator

RegisterIndexedProperty

RegisterInternalProperty

  • RegisterInternalProperty(registeringSchemaClass: any, property: PropertyDefinition): void
  • internal

    Registers an internal schema property.

    Parameters

    • registeringSchemaClass: any

      SchemaClass calling this method - workaround for fieldUri registration oterhwise it registers super/parent class static properties as well. TypeScript does not provide a way to detect inherited property, hasOwnProperty returns true for parent static property

    • property: PropertyDefinition

      The property to register.

    Returns void

RegisterProperties

  • RegisterProperties(): void
  • Registers properties.

    remarks

    IMPORTANT NOTE: PROPERTIES MUST BE REGISTERED IN SCHEMA ORDER (i.e. the same order as they are defined in types.xsd)

    Returns void

Private RegisterProperty

  • RegisterProperty(registeringSchemaClass: any, property: PropertyDefinition): void
  • RegisterProperty(registeringSchemaClass: any, property: PropertyDefinition, isInternal: boolean): void
  • internal

    Registers a schema property. - workaround for fieldUri registration oterhwise it registers super/parent class static properties as well. TypeScript does not provide a way to detect inherited property, hasOwnProperty returns true

    Parameters

    • registeringSchemaClass: any

      SchemaClass calling this method - workaround for fieldUri registration oterhwise it registers super/parent class static properties as well. TypeScript does not provide a way to detect inherited property, hasOwnProperty returns true for parent static property

    • property: PropertyDefinition

      The property to register.

    Returns void

  • Parameters

    • registeringSchemaClass: any

      SchemaClass calling this method - workaround for fieldUri registration oterhwise it registers super/parent class static properties as well. TypeScript does not provide a way to detect inherited property, hasOwnProperty returns true for parent static property

    • property: PropertyDefinition

      The property to register.

    • isInternal: boolean

      Indicates whether the property is internal or should be visible to developers.

    Returns void

TryGetPropertyDefinition

  • internal

    Tries to get property definition.

    Parameters

    Returns boolean

    True if property definition exists.

Protected init

  • init(): void
  • Returns void

Static FindPropertyDefinition

Generated using TypeDoc