cohtml.Net.ValueObject
Class for compound JavaScript objects, behaves like a Dictionary type string, value class Value
Inherits from IDictionary< string, Value >, IDictionary
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| ValueObject() | |
| ValueObject(Dictionary< string, Value > properties) | |
| void | Add(string key, Value value) |
| bool | ContainsKey(string key) |
| bool | Remove(string key) |
| bool | TryGetValue(string key, out Value value) |
| void | Add(KeyValuePair< string, Value > item) |
| void | Clear() |
| bool | Contains(KeyValuePair< string, Value > item) |
| bool | Remove(KeyValuePair< string, Value > item) |
| IEnumerator< KeyValuePair< string, Value > > | GetEnumerator() |
| void | Add(object key, object value) |
| bool | Contains(object key) |
| void | Remove(object key) |
| void | CopyTo(Array array, int index) |
Public Properties
Section titled “Public Properties”| Name | |
|---|---|
| ICollection< string > | Keys |
| ICollection< Value > | Values |
| Value | this[string key] |
| int | Count |
| bool | IsReadOnly |
| bool | IsFixedSize |
| object | this[object key] |
| bool | IsSynchronized |
| object | SyncRoot |
Public Functions Documentation
Section titled “Public Functions Documentation”function ValueObject
Section titled “function ValueObject”ValueObject()function ValueObject
Section titled “function ValueObject”ValueObject( Dictionary< string, Value > properties)function Add
Section titled “function Add”void Add( string key, Value value)function ContainsKey
Section titled “function ContainsKey”bool ContainsKey( string key)function Remove
Section titled “function Remove”bool Remove( string key)function TryGetValue
Section titled “function TryGetValue”bool TryGetValue( string key, out Value value)function Add
Section titled “function Add”void Add( KeyValuePair< string, Value > item)function Clear
Section titled “function Clear”void Clear()function Contains
Section titled “function Contains”bool Contains( KeyValuePair< string, Value > item)function Remove
Section titled “function Remove”bool Remove( KeyValuePair< string, Value > item)function GetEnumerator
Section titled “function GetEnumerator”IEnumerator< KeyValuePair< string, Value > > GetEnumerator()function Add
Section titled “function Add”void Add( object key, object value)function Contains
Section titled “function Contains”bool Contains( object key)function Remove
Section titled “function Remove”void Remove( object key)function CopyTo
Section titled “function CopyTo”void CopyTo( Array array, int index)Public Property Documentation
Section titled “Public Property Documentation”property Keys
Section titled “property Keys”ICollection< string > Keys;property Values
Section titled “property Values”ICollection< Value > Values;property this[string key]
Section titled “property this[string key]”Value this[string key];property Count
Section titled “property Count”int Count;property IsReadOnly
Section titled “property IsReadOnly”bool IsReadOnly;property IsFixedSize
Section titled “property IsFixedSize”bool IsFixedSize;property this[object key]
Section titled “property this[object key]”object this[object key];property IsSynchronized
Section titled “property IsSynchronized”bool IsSynchronized;property SyncRoot
Section titled “property SyncRoot”object SyncRoot;© 2026 Coherent Labs. All rights reserved.