|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | Consultingwerk.Web2.Services.Push.FirebaseEndpoint Add (character, character, character) |
Adds a new FirebaseEndpoint to the list |
|
+ | Consultingwerk.Web2.Services.Push.FirebaseEndpoint Add (character, FirebaseEndpoint) |
Adds an item to the generic Dictionary |
|
+ | Consultingwerk.Web2.Services.Push.FirebaseEndpoint AddWhenNotContained (character, FirebaseEndpoint) |
Adds an item to the generic Dictionary |
|
+ | Clear () |
Removes all items from the Dictionary Inherited from Consultingwerk.Framework.Base.GenericDictionary |
|
+ | LOGICAL ContainsItem (Object) |
Determines if an object is a member of the Dictionary Inherited from Consultingwerk.Framework.Base.GenericDictionary |
|
+ | LOGICAL ContainsKey (character) |
Determines if an key is a member of the Dictionary Inherited from Consultingwerk.Framework.Base.GenericDictionary |
|
+ | Consultingwerk.Framework.Base.IEnumerator GetEnumerator () |
Returns a new IEnumerator instance for this object instance Inherited from Consultingwerk.Framework.Base.GenericDictionary |
|
+ | Consultingwerk.Web2.Services.Push.FirebaseEndpoint GetItem (character) |
Retrieves an item from the generic Dictionary |
|
+ | CHARACTER GetKey (Object) |
Returns the Key of the specified Item Inherited from Consultingwerk.Framework.Base.GenericDictionary |
|
# | Progress.Lang.Object InternalAdd (character, Object) |
Adds an Item to the Dictionary Inherited from Consultingwerk.Framework.Base.GenericDictionary |
|
# | Progress.Lang.Object InternalGetItem (character) |
Returns the Item at the specified Index Inherited from Consultingwerk.Framework.Base.GenericDictionary |
|
# | OnListChanged (ListChangedEventArgs) |
Raises the ListChanged event Inherited from Consultingwerk.Framework.Base.GenericDictionary |
|
+ | LOGICAL RemoveItem (Object) |
Removes the first occurrence of a specific object from the Dictionary Inherited from Consultingwerk.Framework.Base.GenericDictionary |
|
+ | RemoveKey (character) |
Removes the Dictionary item with the specified key Inherited from Consultingwerk.Framework.Base.GenericDictionary |
|
+ | RemoveKeys (character) |
Removes the Dictionary items with the specified keys Inherited from Consultingwerk.Framework.Base.GenericDictionary |
Options | Name | Purpose | |
---|---|---|---|
+ | ListChanged (Object, ListChangedEventArgs) |
Raised when the Dictionary is changed by adding or removing items or
clearing the dictionary Inherited from Consultingwerk.Framework.Base.GenericDictionary |
Options | Name | Purpose | |
---|---|---|---|
+ | INTEGER Count |
Inherited from Consultingwerk.Framework.Base.GenericDictionary |
|
+ | CharacterList Keys |
Inherited from Consultingwerk.Framework.Base.GenericDictionary |
|
+ | CHARACTER ListHash |
Inherited from Consultingwerk.Framework.Base.GenericDictionary |
Top
PUBLIC Consultingwerk.Web2.Services.Push.FirebaseEndpoint Add (character, character, character)
|
||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Consultingwerk.Web2.Services.Push.FirebaseEndpoint Add (character, FirebaseEndpoint)
|
||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.Web2.Services.Push.FirebaseEndpoint AddWhenNotContained (character, FirebaseEndpoint)
|
||||||||||||||||||||||||||||||
PUBLIC Clear ()
|
||||||||||||||||||||||||||||||
PUBLIC LOGICAL ContainsItem (Object)
|
||||||||||||||||||||||||||||||
PUBLIC LOGICAL ContainsKey (character)
|
||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.Framework.Base.IEnumerator GetEnumerator ()
|
||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.Web2.Services.Push.FirebaseEndpoint GetItem (character)
|
||||||||||||||||||||||||||||||
PUBLIC CHARACTER GetKey (Object)
|
||||||||||||||||||||||||||||||
PROTECTED Progress.Lang.Object InternalAdd (character, Object)
|
||||||||||||||||||||||||||||||
PROTECTED Progress.Lang.Object InternalGetItem (character)
|
||||||||||||||||||||||||||||||
PROTECTED OnListChanged (ListChangedEventArgs)
|
||||||||||||||||||||||||||||||
PUBLIC LOGICAL RemoveItem (Object)
|
||||||||||||||||||||||||||||||
PUBLIC RemoveKey (character)
|
||||||||||||||||||||||||||||||
PUBLIC RemoveKeys (character)
|
PUBLIC ListChanged (Object, ListChangedEventArgs)
|
---|
PUBLIC INTEGER Count
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC CharacterList Keys
|
|||||||||
PUBLIC CHARACTER ListHash
|