Options
All
  • Public
  • Public/Protected
  • All
Menu
internal

Represents Boolean property definition

Hierarchy

Index

Constructors

constructor

  • internal

    Initializes a new instance of the BoolPropertyDefinition class.

    Parameters

    • propertyName: string

      Name of the property (added to workaround reflection based initialization of Names).

    • xmlElementName: string

      Name of the XML element.

    • uri: string

      The URI.

    • version: ExchangeVersion

      The version.

    Returns BoolPropertyDefinition

  • internal

    Initializes a new instance of the BoolPropertyDefinition class.

    Parameters

    • propertyName: string

      Name of the property (added to workaround reflection based initialization of Names).

    • xmlElementName: string

      Name of the XML element.

    • uri: string

      The URI.

    • flags: PropertyDefinitionFlags

      The flags.

    • version: ExchangeVersion

      The version.

    Returns BoolPropertyDefinition

  • internal

    Initializes a new instance of the BoolPropertyDefinition class.

    Parameters

    • propertyName: string

      Name of the property (added to workaround reflection based initialization of Names).

    • xmlElementName: string

      Name of the XML element.

    • uri: string

      The URI.

    • flags: PropertyDefinitionFlags

      The flags.

    • version: ExchangeVersion

      The version.

    • isNullable: boolean

      Indicates that this property definition is for a nullable property.

    Returns BoolPropertyDefinition

Properties

Type

Type: any

Accessors

IsNullable

  • get IsNullable(): boolean

Name

  • get Name(): string
  • set Name(value: string): void
  • Gets the name of the property.

    Returns string

  • Gets the name of the property.

    Parameters

    • value: string

    Returns void

Uri

  • get Uri(): string
  • internal

    Gets the URI of the property definition.

    Returns string

Version

XmlElementName

  • get XmlElementName(): string
  • internalgets

    the name of the XML element.

    value

    {string} The name of the XML element.

    Returns string

Methods

GetAssociatedInternalProperties

  • internalgets

    a list of associated internal properties.

    remarks

    This is a hack. It is here (currently) solely to help the API register the MeetingTimeZone property definition that is internal.

    Returns PropertyDefinition[]

    A list of PropertyDefinition objects.

GetPrintableName

  • GetPrintableName(): string

GetXmlElementName

  • GetXmlElementName(): string

HasFlag

  • internaldetermines

    whether the specified flag is set.

    Parameters

    Returns boolean

    true if the specified flag is set; otherwise, false.

  • internaldetermines

    whether the specified flag is set.

    Parameters

    Returns boolean

    true if the specified flag is set; otherwise, false.

LoadPropertyValueFromXmlJsObject

Parse

  • Parse(value: string): any
  • internal

    Parses the specified value (added to workaround Generic based value conversion in c#).

    Parameters

    • value: string

      The value.

    Returns any

    Value of string.

RegisterAssociatedInternalProperties

ToString

  • ToString(value?: any): string
  • Convert instance to string.

    Parameters

    • Optional value: any

      The value.

    Returns string

    String representation of Boolean property.

WriteAttributesToXml

WritePropertyValueToXml

WriteToXml

toString

  • toString(value?: any): string
  • Parameters

    • Optional value: any

    Returns string

Static LoadFromXmlJsObject

Generated using TypeDoc