Click or drag to resize

contentPageCollection Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Kolekcija svih ucitanih sadrzaja - grupisani su u contentPageSet
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectioncontentPageSet
    System.Collections.ObjectModelObservableCollectioncontentPageSet
      imbNLP.Core.contentStructure.collectionscontentPageCollection

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

The contentPageCollection type exposes the following members.

Constructors
  NameDescription
Public methodcontentPageCollection
Initializes a new instance of the contentPageCollection class
Top
Properties
  NameDescription
Public propertyCount (Inherited from CollectioncontentPageSet.)
Public propertycurrent
Trenutno selektovani contentPage
Public propertycurrentSet
Trenutno selektovani contentPage
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectioncontentPageSet.)
Protected propertyItems (Inherited from CollectioncontentPageSet.)
Top
Methods
  NameDescription
Public methodAdd(T) (Inherited from CollectioncontentPageSet.)
Public methodAdd(IContentPage)
Dodaje stranicu u odgovarajuci set - ili kreira novi set
Protected methodBlockReentrancy
Disallows reentrant attempts to change this collection.
(Inherited from ObservableCollectioncontentPageSet.)
Protected methodCheckReentrancy
Checks for reentrant attempts to change this collection.
(Inherited from ObservableCollectioncontentPageSet.)
Public methodClear (Inherited from CollectioncontentPageSet.)
Protected methodClearItems
Removes all items from the collection.
(Inherited from ObservableCollectioncontentPageSet.)
Public methodContains (Inherited from CollectioncontentPageSet.)
Public methodCopyTo (Inherited from CollectioncontentPageSet.)
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 CollectioncontentPageSet.)
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 CollectioncontentPageSet.)
Public methodInsert (Inherited from CollectioncontentPageSet.)
Protected methodInsertItem
Inserts an item into the collection at the specified index.
(Inherited from ObservableCollectioncontentPageSet.)
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 ObservableCollectioncontentPageSet.)
Public methodmoveCurrent
Public methodmoveCurrentSet
Protected methodMoveItem
Moves the item at the specified index to a new location in the collection.
(Inherited from ObservableCollectioncontentPageSet.)
Protected methodOnCollectionChanged
Raises the CollectionChanged event with the provided arguments.
(Inherited from ObservableCollectioncontentPageSet.)
Public methodOnPropertChangedNoHandler
Poziva se kada nema handlera za PropertyChangedEventHandler
Protected methodOnPropertyChanged(PropertyChangedEventArgs)
Raises the PropertyChanged event with the provided arguments.
(Inherited from ObservableCollectioncontentPageSet.)
Public methodOnPropertyChanged(String)
Kreira event koji obaveštava da je promenjen neki parametar
Public methodRemove (Inherited from CollectioncontentPageSet.)
Public methodRemoveAt (Inherited from CollectioncontentPageSet.)
Protected methodRemoveItem
Removes the item at the specified index of the collection.
(Inherited from ObservableCollectioncontentPageSet.)
Public methodselectSet
Selektuje i/ili instancijra
Protected methodSetItem
Replaces the element at the specified index.
(Inherited from ObservableCollectioncontentPageSet.)
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 ObservableCollectioncontentPageSet.)
Public eventPropertyChanged
Event koji javlja da je promenjen neki property
Top
See Also