Click or drag to resize

contentPageSet Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Collection of tokenized structures, gathered in one group contentPageSet by domain name.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionIContentPage
    System.Collections.ObjectModelObservableCollectionIContentPage
      imbNLP.Core.contentStructure.collectionscontentPageSet

Namespace:  imbNLP.Core.contentStructure.collections
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public class contentPageSet : ObservableCollection<IContentPage>, 
	INotifyPropertyChanged

The contentPageSet type exposes the following members.

Constructors
  NameDescription
Public methodcontentPageSet
Initializes a new instance of the contentPageSet class
Top
Properties
  NameDescription
Public propertyCount (Inherited from CollectionIContentPage.)
Public propertycurrent
Trenutno selektovani contentPage
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionIContentPage.)
Protected propertyItems (Inherited from CollectionIContentPage.)
Public propertyname
keyName koji povezuje ceo set
Top
Methods
  NameDescription
Public methodAdd (Inherited from CollectionIContentPage.)
Protected methodBlockReentrancy
Disallows reentrant attempts to change this collection.
(Inherited from ObservableCollectionIContentPage.)
Protected methodCheckReentrancy
Checks for reentrant attempts to change this collection.
(Inherited from ObservableCollectionIContentPage.)
Public methodClear (Inherited from CollectionIContentPage.)
Protected methodClearItems
Removes all items from the collection.
(Inherited from ObservableCollectionIContentPage.)
Public methodContains (Inherited from CollectionIContentPage.)
Public methodCopyTo (Inherited from CollectionIContentPage.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionIContentPage.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionIContentPage.)
Public methodInsert (Inherited from CollectionIContentPage.)
Protected methodInsertItem
Inserts an item into the collection at the specified index.
(Inherited from ObservableCollectionIContentPage.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMove
Moves the item at the specified index to a new location in the collection.
(Inherited from ObservableCollectionIContentPage.)
Public methodmoveCurrent
Protected methodMoveItem
Moves the item at the specified index to a new location in the collection.
(Inherited from ObservableCollectionIContentPage.)
Protected methodOnCollectionChanged
Raises the CollectionChanged event with the provided arguments.
(Inherited from ObservableCollectionIContentPage.)
Public methodOnPropertChangedNoHandler
Poziva se kada nema handlera za PropertyChangedEventHandler
Protected methodOnPropertyChanged(PropertyChangedEventArgs)
Raises the PropertyChanged event with the provided arguments.
(Inherited from ObservableCollectionIContentPage.)
Public methodOnPropertyChanged(String)
Kreira event koji obaveštava da je promenjen neki parametar
Public methodRemove (Inherited from CollectionIContentPage.)
Public methodRemoveAt (Inherited from CollectionIContentPage.)
Protected methodRemoveItem
Removes the item at the specified index of the collection.
(Inherited from ObservableCollectionIContentPage.)
Protected methodSetItem
Replaces the element at the specified index.
(Inherited from ObservableCollectionIContentPage.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventCollectionChanged
Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.
(Inherited from ObservableCollectionIContentPage.)
Public eventPropertyChanged
Event koji javlja da je promenjen neki property
Top
Remarks
Skup tokenizovanih sadrzaja - povezuje ih zajednicki domen
See Also