Click or drag to resize

linkCollection Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Skup link objekata koji automatski odrzava recnike i druge izvedene propertije
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionlink
    System.Collections.ObjectModelObservableCollectionlink
      imbCommonModels.structurelinkCollection

Namespace:  imbCommonModels.structure
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class linkCollection : ObservableCollection<link>

The linkCollection type exposes the following members.

Constructors
  NameDescription
Public methodlinkCollection
Initializes a new instance of the linkCollection class
Public methodlinkCollection(linkProcessFlags)
Initializes a new instance of the linkCollection class
Top
Properties
  NameDescription
Public propertybyNature
pristup linkovima prema prirodi linka
Public propertybyScope
pristup linkovima prema scope-u linka
Public propertybyUrl
Public propertyCount (Inherited from Collectionlink.)
Public propertyflags
flagovi koji odredjuju kako kolekcija obradjuje linkove
Public propertyItem (Inherited from Collectionlink.)
Public propertyparamTopScored
parametar koji je najbolje rangiran
Top
Methods
  NameDescription
Public methodAdd (Inherited from Collectionlink.)
Public methodClear (Inherited from Collectionlink.)
Public methodContains (Inherited from Collectionlink.)
Public methodCopyTo (Inherited from Collectionlink.)
Public methoddeployCollection
Vrsi kalkulaciju Scope-a i Nature-a, postavlja apsolutnu verziju linka
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator (Inherited from Collectionlink.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from Collectionlink.)
Public methodInsert (Inherited from Collectionlink.)
Public methodMove (Inherited from ObservableCollectionlink.)
Public methodRemove (Inherited from Collectionlink.)
Public methodRemoveAt (Inherited from Collectionlink.)
Public methodreportCollection
Dopunjava izvestaj sa podacima o sebi
Public methodToString (Inherited from Object.)
Public methodupdateDictionaries
Top
Events
  NameDescription
Public eventCollectionChanged (Inherited from ObservableCollectionlink.)
Top
See Also