Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Namespace

Namespace: XmlNamespace

OnChange

____implementsInterface

____implementsInterface: string[]

____typeGenerics

____typeGenerics: string[]

____typeName

____typeName: string

Accessors

AddedItems

Count

  • get Count(): number
  • Gets the total number of properties in the collection.

    Returns number

Items

ModifiedItems

RemovedItems

Methods

Changed

  • Changed(): void

ClearChangeLog

  • ClearChangeLog(): void

Contains

  • Determines whether a specific property is in the collection.

    Parameters

    Returns boolean

    True if the property was found in the collection, false otherwise.

CreateComplexProperty

CreateDefaultComplexProperty

CreateFromXmlJsObjectCollection

  • CreateFromXmlJsObjectCollection(jsObjectCollection: any, service: ExchangeService): void
  • internal

    Loads from XMLJsObject collection to create a new collection item.

    interface

    IJsonCollectionDeserializer

    Parameters

    • jsObjectCollection: any

      The json collection.

    • service: ExchangeService

      The service.

    Returns void

Find

  • Find a specific header in the collection.

    Parameters

    • name: string

      The name of the header to locate.

    Returns InternetMessageHeader

    An InternetMessageHeader representing the header with the specified name; null if no header with the specified name was found.

GetCollectionItemXmlElementName

IndexOf

  • Searches for a specific property and return its zero-based index within the collection.

    Parameters

    Returns number

    The zero-based index of the property within the collection.

Private InternalAdd

InternalClear

  • InternalClear(): void

InternalLoadFromXmlJsObject

  • InternalLoadFromXmlJsObject(jsObject: any, service: ExchangeService, readAction: function): void

InternalRemove

  • internal

    Remove specified complex property.

    Parameters

    Returns boolean

    True if the complex property was successfully removed from the collection, false otherwise.

InternalRemoveAt

  • InternalRemoveAt(index: number): void

InternalToJson

InternalValidate

  • InternalValidate(): void

ItemChanged

LoadFromXmlJsObject

ReadAttributesFromXmlJsObject

ReadElementsFromXmlJsObject

  • ReadElementsFromXmlJsObject(jsonProperty: any, service: ExchangeService): void

ReadElementsFromXmlJsObjectToPatch

  • ReadElementsFromXmlJsObjectToPatch(jsonProperty: any, service: ExchangeService): void

ReadTextValueFromXmlJsObject

RemoveFromChangeLog

SetFieldValue

  • SetFieldValue<T>(field: IRefParam<T>, value: T): void

ShouldWriteToRequest

  • ShouldWriteToRequest(): boolean
  • internal

    Determine whether we should write collection to XML or not.

    Returns boolean

    True if collection contains at least one element.

UpdateFromXmlJsObject

UpdateFromXmlJsObjectCollection

  • UpdateFromXmlJsObjectCollection(jsObjectCollection: any, service: ExchangeService): void
  • internal

    Loads from XMLJsObject collection to update collection Items.

    interface

    IJsonCollectionDeserializer

    Parameters

    • jsObjectCollection: any

      The XMLJsObject collection.

    • service: ExchangeService

      The service.

    Returns void

Validate

  • Validate(): void

WriteAttributesToXml

WriteDeleteUpdateToXml

WriteElementsToXml

WriteSetUpdateToXml

WriteToXml

___thisIndexer

Generated using TypeDoc