Class ECIBase
TODO: Update summary.
Inheritance
System.Object
ECIBase
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: QRClassLibrary
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class ECIBase
Constructors
ECIBase()
Declaration
protected ECIBase()
Properties
EncodedValues
Gets or sets the EncodedValues.
Declaration
public List<string> EncodedValues { get; set; }
Property Value
System.Collections.Generic.List<System.String>
The EncodedValues. |
UnicodeValues
Gets or sets the UnicodeValues.
Declaration
public List<string> UnicodeValues { get; set; }
Property Value
System.Collections.Generic.List<System.String>
The UnicodeValues. |