Click or drag to resize

UsageStatistic Class

Usage Statistic of a given day.
Inheritance Hierarchy
SystemObject
  Hummingbird.TestFramework.ConfigurationUsageStatistic

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[SerializableAttribute]
public class UsageStatistic

The UsageStatistic type exposes the following members.

Constructors
  NameDescription
Public methodUsageStatistic
Initializes a new instance of the UsageStatistic class
Top
Properties
  NameDescription
Public propertyAutomatedTestCreated
Gets or sets the number of automated test are created or modified.
Public propertyAutomatedTestExecuted
Gets the automated test executed.
Public propertyAutomatedTestFailed
Gets or sets the number of automated test executed but failed.
Public propertyAutomatedTestPassed
Gets or sets the number of automated test executed and passed.
Public propertyAutomatedTestWarning
Gets or sets the number of automated test executed with warning.
Public propertyIncomingAll
Gets the incoming message count .
Public propertyIncomingFailed
Gets or sets the number of incoming messaged which are failed to process.
Public propertyIncomingSuccess
Gets or sets the number of incoming messages which successfully processed.
Public propertyOutgoingAll
Gets the outgoing message count
Public propertyOutgoingFailed
Gets or sets the number of outgoing which failed.
Public propertyOutgoingSuccess
Gets or sets the number of outgoing messages with success.
Top
Methods
  NameDescription
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodToStringOrXml
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.)
Public Extension MethodToXmlString
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.)
Top
See Also