Click or drag to resize

StiType Class

Class describes wrapper for type registered in dictionary data.
Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.DictionaryStiType

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiType

The StiType type exposes the following members.

Constructors
  NameDescription
Public methodStiType
Creates a new object of the type StiType.
Top
Properties
  NameDescription
Public propertyName
Gets or sets name of type.
Public propertyType
Gets or sets the registered type.
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 methodStatic memberGetBaseTypes
Returns the collection of all base registered types in dictionary data.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetTypeFromTypeMode
Public methodStatic memberGetTypeModeFromType
Public methodStatic memberGetTypes
Returns the collection of all registered types in dictionary data.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
See Also