Click or drag to resize

StiV2Builder Methods

The StiV2Builder type exposes the following members.

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 memberGetBuilder
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInternalRender
Renders a component. Does not call events of a component while rendering.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepare
Prepares a component for rendering.
Public methodRender
Renders a component with calling an event. A method is used with InternalRender for the component rendering.
Public methodSetReportVariables
Sets system variables which are specific for the specified component.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnPrepare
Clears a component for rendering.
Top
See Also