Show / Hide Table of Contents

Class Statistics.Observer

Inheritance
System.Object
Statistics.Observer
Implements
System.IComparable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Reports
Assembly: Experior.Core.dll
Syntax
public class Observer : IComparable

Fields

Description

Declaration
public string Description
Field Value
Type Description
System.String

Name

Declaration
public string Name
Field Value
Type Description
System.String

Values

Declaration
public List<string> Values
Field Value
Type Description
System.Collections.Generic.List<System.String>

Methods

CompareTo(Object)

Declaration
public int CompareTo(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Int32

Implements

System.IComparable
Back to top Generated by DocFX