Click or drag to resize

StiEscapeCodesCollection Class

[Missing <summary> documentation for "T:Stimulsoft.Report.Export.StiEscapeCodesCollection"]

Inheritance Hierarchy
SystemObject
  System.CollectionsHashtable
    Stimulsoft.Report.ExportStiEscapeCodesCollection

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiEscapeCodesCollection : Hashtable

The StiEscapeCodesCollection type exposes the following members.

Constructors
  NameDescription
Public methodStiEscapeCodesCollection
Initializes a new instance of the StiEscapeCodesCollection class
Top
Properties
  NameDescription
Protected propertycomparer Obsolete.
Gets or sets the IComparer to use for the Hashtable.
(Inherited from Hashtable.)
Public propertyCount (Inherited from Hashtable.)
Protected propertyEqualityComparer (Inherited from Hashtable.)
Protected propertyhcp Obsolete.
Gets or sets the object that can dispense hash codes.
(Inherited from Hashtable.)
Public propertyIsFixedSize (Inherited from Hashtable.)
Public propertyIsReadOnly (Inherited from Hashtable.)
Public propertyIsSynchronized (Inherited from Hashtable.)
Public propertyItem (Inherited from Hashtable.)
Public propertyKeys (Inherited from Hashtable.)
Public propertyName
Public propertySyncRoot (Inherited from Hashtable.)
Public propertyValues (Inherited from Hashtable.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from Hashtable.)
Public methodClear (Inherited from Hashtable.)
Public methodClone (Inherited from Hashtable.)
Public methodContains (Inherited from Hashtable.)
Public methodContainsKey (Inherited from Hashtable.)
Public methodContainsValue (Inherited from Hashtable.)
Public methodStatic memberConvertEscapeCodes(String, StiEscapeCodesCollection)
Public methodStatic memberConvertEscapeCodes(String, String)
Public methodCopyTo (Inherited from Hashtable.)
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 methodGetEnumerator (Inherited from Hashtable.)
Public methodStatic memberGetEscapeCodesCollection
Protected methodGetHash (Inherited from Hashtable.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Implements the ISerializable interface and returns the data needed to serialize the Hashtable.
(Inherited from Hashtable.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodKeyEquals (Inherited from Hashtable.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from Hashtable.)
Public methodRemove (Inherited from Hashtable.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also