Search Results for

    / fm / liveswitch / NameValueCollection

    Class: NameValueCollection

    fm.liveswitch.NameValueCollection

    Table of contents

    Constructors

    • constructor

    Properties

    • _value

    Methods

    • get
    • getAllKeys
    • getCount
    • getKeys
    • getTypeString
    • set
    • source
    • toHash

    Constructors

    constructor

    + new NameValueCollection(value?: Hash<string, string>): NameValueCollection

    Parameters:

    Name Type
    value? Hash<string, string>

    Returns: NameValueCollection

    Defined in: Generated/TypeScript/fm.liveswitch/NameValueCollection.ts:6

    Properties

    _value

    • Private _value: Hash<string, string>

    Defined in: Generated/TypeScript/fm.liveswitch/NameValueCollection.ts:6

    Methods

    get

    ▸ get(name: string): string

    Parameters:

    Name Type
    name string

    Returns: string

    Defined in: Generated/TypeScript/fm.liveswitch/NameValueCollection.ts:18


    getAllKeys

    ▸ getAllKeys(): string[]

    Returns: string[]

    Defined in: Generated/TypeScript/fm.liveswitch/NameValueCollection.ts:48


    getCount

    ▸ getCount(): number

    Returns: number

    Defined in: Generated/TypeScript/fm.liveswitch/NameValueCollection.ts:35


    getKeys

    ▸ getKeys(): string[]

    Returns: string[]

    Defined in: Generated/TypeScript/fm.liveswitch/NameValueCollection.ts:45


    getTypeString

    ▸ getTypeString(): string

    Returns: string

    Defined in: Generated/TypeScript/fm.liveswitch/NameValueCollection.ts:3


    set

    ▸ set(name: string, value: string): void

    Parameters:

    Name Type
    name string
    value string

    Returns: void

    Defined in: Generated/TypeScript/fm.liveswitch/NameValueCollection.ts:26


    source

    ▸ source(): Hash<string, string>

    Returns: Hash<string, string>

    Defined in: Generated/TypeScript/fm.liveswitch/NameValueCollection.ts:15


    toHash

    ▸ toHash(): Hash<string, string>

    Returns: Hash<string, string>

    Defined in: Generated/TypeScript/fm.liveswitch/NameValueCollection.ts:42

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0