Click or drag to resize

metricsReport Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Izvestaj metrike za posmatrani objekat
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionreportEntryBase
    System.Collections.ObjectModelObservableCollectionreportEntryBase
      aceCollectionreportEntryBase
        aceDictionaryCollectionreportEntryBase
          imbCommonModels.contentMetrics.corepageReportBase
            imbCommonModels.contentMetrics.reportsmetricsReport

Namespace:  imbCommonModels.contentMetrics.reports
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class metricsReport : pageReportBase

The metricsReport type exposes the following members.

Constructors
  NameDescription
Public methodmetricsReport
Initializes a new instance of the metricsReport class
Public methodmetricsReport(IXPathNavigable)
Initializes a new instance of the metricsReport class
Top
Properties
  NameDescription
Public propertyCount (Inherited from CollectionreportEntryBase.)
Public propertyIsReadOnly (Inherited from aceDictionaryCollectionreportEntryBase.)
Public propertyItem
Gets or sets the element with the specified key.
(Inherited from aceDictionaryCollectionreportEntryBase.)
Public propertyItemInt32 (Inherited from CollectionreportEntryBase.)
Public propertyKeys (Inherited from aceDictionaryCollectionreportEntryBase.)
Public propertynsPrefix (Inherited from pageReportBase.)
Public propertyValues (Inherited from aceDictionaryCollectionreportEntryBase.)
Public propertyxExp (Inherited from pageReportBase.)
Public propertyxNm (Inherited from pageReportBase.)
Top
Methods
  NameDescription
Public method_autoInit
Inicijalizacija koja se pokrece sama nakon instanciranja
(Inherited from aceCollectionreportEntryBase.)
Public methodAdd(KeyValuePairString, UTP) (Inherited from aceDictionaryCollectionreportEntryBase.)
Public methodAdd(T) (Inherited from CollectionreportEntryBase.)
Public methodAdd(String, UTP) (Inherited from aceDictionaryCollectionreportEntryBase.)
Public methodAny (Inherited from aceCollectionreportEntryBase.)
Public methodClear (Inherited from CollectionreportEntryBase.)
Public methodconnect
brise sve podatke koje je do sada imao ali ostavlja kesirane upite
(Inherited from pageReportBase.)
Public methodContains(KeyValuePairString, UTP) (Inherited from aceDictionaryCollectionreportEntryBase.)
Public methodContains(T) (Inherited from CollectionreportEntryBase.)
Public methodContainsKey (Inherited from aceDictionaryCollectionreportEntryBase.)
Public methodCopyTo(KeyValuePairString, UTP, Int32) (Inherited from aceDictionaryCollectionreportEntryBase.)
Public methodCopyTo(T, Int32) (Inherited from CollectionreportEntryBase.)
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from aceDictionaryCollectionreportEntryBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from CollectionreportEntryBase.)
Public methodInsert (Inherited from CollectionreportEntryBase.)
Public methodmakeReport
Ubacuje u izvestaj tabelu sa svom dobijenom metrikom
(Inherited from pageReportBase.)
Public methodMove (Inherited from ObservableCollectionreportEntryBase.)
Public methodpurgeCachedExpressions (Inherited from pageReportBase.)
Public methodpurgeCachedQueries
Unistava sve kesirane upite - ostaju podaci i ostala podesavanja na nivou reportEntryBase-a
(Inherited from pageReportBase.)
Public methodpurgeReportValues
Prazni sve podatke zapisane u izvestaju ali ostavlja kesirane upite
(Inherited from pageReportBase.)
Public methodRemove(KeyValuePairString, UTP) (Inherited from aceDictionaryCollectionreportEntryBase.)
Public methodRemove(String) (Inherited from aceDictionaryCollectionreportEntryBase.)
Public methodRemove(T) (Inherited from CollectionreportEntryBase.)
Public methodRemoveAt (Inherited from CollectionreportEntryBase.)
Public methodreport(String, ICollectionString, Boolean)
Izvrsava Select upit koji odabira sve nodove iz __keysforXPath
(Inherited from pageReportBase.)
Public methodreport(String, Object, reportEntryGroups, Int32) (Inherited from pageReportBase.)
Public methodreportRatio (Inherited from pageReportBase.)
Public methodsendToObject
Kopira metriku u prosledjeni objekat
(Inherited from pageReportBase.)
Public methodsendToPCE
Copies its data entries into PCE PropertyCollectionExtended
(Inherited from pageReportBase.)
Public methodToString (Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from aceDictionaryCollectionreportEntryBase.)
Top
Events
  NameDescription
Public eventCollectionChanged (Inherited from ObservableCollectionreportEntryBase.)
Public eventPropertyChanged (Inherited from aceCollectionreportEntryBase.)
Top
See Also