Show / Hide Table of Contents

Class Observer

Inheritance
System.Object
Observer
Inherited Members
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
[TypeConverter(typeof(ObserverConverter))]
public abstract class Observer

Properties

Attribute

Declaration
[Browsable(false)]
public string Attribute { get; set; }
Property Value
Type Description
System.String

Color

Declaration
public virtual Color Color { get; set; }
Property Value
Type Description
System.Windows.Media.Color

Interval

Declaration
[Browsable(false)]
public Statistics.Interval Interval { get; set; }
Property Value
Type Description
Statistics.Interval

Label

Declaration
public virtual string Label { get; set; }
Property Value
Type Description
System.String

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
Back to top Generated by DocFX