Click or drag to resize

linkQueryPairs Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Niz vrednosnih parova sa dodeljenim vrednostima -- moze da konstruise query line i da se popuni iz njega
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionObject
    System.Collections.ObjectModelObservableCollectionObject
      aceCollectionObject
        aceDictionaryCollectionObject
          propertyValuePairsBaseObject
            propertyValuePairs
              imbCommonModels.structurelinkQueryPairs

Namespace:  imbCommonModels.structure
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class linkQueryPairs : propertyValuePairs

The linkQueryPairs type exposes the following members.

Constructors
  NameDescription
Public methodlinkQueryPairs
Initializes a new instance of the linkQueryPairs class
Public methodlinkQueryPairs(String, linkProcessFlags)
Initializes a new instance of the linkQueryPairs class
Top
Properties
  NameDescription
Public propertyCount (Inherited from CollectionObject.)
Public propertyIsReadOnly (Inherited from aceDictionaryCollectionObject.)
Public propertyItem
Gets or sets the element with the specified key.
(Inherited from aceDictionaryCollectionObject.)
Public propertyItemInt32 (Inherited from CollectionObject.)
Public propertyKeys (Inherited from aceDictionaryCollectionObject.)
Public propertyorigin
kako je instancirana kolekcija - sta je bio izvor strukture
(Inherited from propertyValuePairs.)
Public propertyValues (Inherited from aceDictionaryCollectionObject.)
Top
Methods
  NameDescription
Public method_autoInit
Inicijalizacija koja se pokrece sama nakon instanciranja
(Inherited from aceCollectionObject.)
Public methodAdd(KeyValuePairString, UTP) (Inherited from aceDictionaryCollectionObject.)
Public methodAdd(T) (Inherited from CollectionObject.)
Public methodAdd(String, UTP) (Inherited from aceDictionaryCollectionObject.)
Public methodAny (Inherited from aceCollectionObject.)
Public methodClear (Inherited from CollectionObject.)
Public methodContains(KeyValuePairString, UTP) (Inherited from aceDictionaryCollectionObject.)
Public methodContains(T) (Inherited from CollectionObject.)
Public methodContainsKey (Inherited from aceDictionaryCollectionObject.)
Public methodCopyTo(KeyValuePairString, UTP, Int32) (Inherited from aceDictionaryCollectionObject.)
Public methodCopyTo(T, Int32) (Inherited from CollectionObject.)
Public methodEquals (Inherited from Object.)
Public methodgetCrossSection
Vraca pairs koji predstavljaju rezultat operacije nad skupom
(Inherited from propertyValuePairs.)
Public methodgetDataDescription
Kompaktni opis podataka
(Inherited from propertyValuePairsBaseObject.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from aceDictionaryCollectionObject.)
Public methodGetHashCode (Inherited from Object.)
Public methodgetQueryLine
Vraca Query line prema podesavanjima
Public methodGetType (Inherited from Object.)
Public methodgetValues (Inherited from propertyValuePairs.)
Public methodgetValues(Object, Boolean)
Updataes data from the object. If fields defined does just update. If fields count is 0 - search all propertiesi in object
(Inherited from propertyValuePairsBaseObject.)
Public methodgetValues(DataRow, Boolean)
Vraca vrednosti iz reda a koje se nalaze pod imenom u propertyValue paru - funkcija mapiranja ustvari
(Inherited from propertyValuePairsBaseObject.)
Public methodIndexOf (Inherited from CollectionObject.)
Public methodInsert (Inherited from CollectionObject.)
Public methodMove (Inherited from ObservableCollectionObject.)
Public methodRemove(KeyValuePairString, UTP) (Inherited from aceDictionaryCollectionObject.)
Public methodRemove(String) (Inherited from aceDictionaryCollectionObject.)
Public methodRemove(T) (Inherited from CollectionObject.)
Public methodRemoveAt (Inherited from CollectionObject.)
Public methodsetQueryLine
Podesava pairs preko query linije
Public methodsetValues
Kopira vrednosti iz sebe u target objekat. Izvrsava konverziju vrednosti ako je valueConversion ukljucen.
(Inherited from propertyValuePairsBaseObject.)
Public methodToString (Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from aceDictionaryCollectionObject.)
Top
Events
  NameDescription
Public eventCollectionChanged (Inherited from ObservableCollectionObject.)
Public eventPropertyChanged (Inherited from aceCollectionObject.)
Top
See Also