KTML 4 LITE API Documentation for ASP .NET

KtmlGenericModule Members

KtmlGenericModule overview

Public Instance Properties

ModuleID The id of the module.
e.g.: Folder, Image, Spellcheck, Xhtml.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetError Method that returns the error for this module.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
SetContext Override this method to do your own initialization after the HttpContext of the page has been set.
SetError Method that sets the error for this module.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Constructors

KtmlGenericModule Constructor Initializes a new instance of the KtmlGenericModule class.

Protected Instance Fields

context HttpContext for the running page.
error The error raised by the method called (if any).

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
IsArgumentBoolean Helper method to check if an argument required by a specific method is of type boolean.
IsArgumentInteger Helper method to check if an argument required by a specific method is of type integer.
IsArgumentSet Helper method to check if an argument required by a specific method is set.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

KtmlGenericModule Class | InterAKT.WebControls.Modules Namespace