C# Class Vuzit.Event

Class for load analytic event data.
Inheritance: Vuzit.Base
Afficher le fichier Open project: vuzit/vuzit.net

Méthodes publiques

Méthode Description
FindAll ( string webId ) : Vuzit.Event[]

Returns all events.

FindAll ( string webId, OptionList options ) : Vuzit.Event[]

Finds all documents matching the given criteria.

Private Methods

Méthode Description
NodeToEvent ( XmlNode rootNode ) : Vuzit.Event

Converts an XML node to a Vuzit event.

Method Details

FindAll() public static méthode

Returns all events.
public static FindAll ( string webId ) : Vuzit.Event[]
webId string
Résultat Vuzit.Event[]

FindAll() public static méthode

Finds all documents matching the given criteria.
public static FindAll ( string webId, OptionList options ) : Vuzit.Event[]
webId string
options OptionList
Résultat Vuzit.Event[]