/ fm / liveswitch / NameValueCollection
Class: NameValueCollection
fm.liveswitch.NameValueCollection
Table of contents
Constructors
Properties
Methods
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