Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NAjaxToolDefinition Class
Properties Methods


In This Topic
    NAjaxToolDefinition Class Members
    In This Topic

    The following tables list the members exposed by NAjaxToolDefinition.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets / sets the raw initial enabled state of the tool.  
    Public PropertyGets / sets the id of the tool.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether the specified Object is equal to the current Object.  
    Public MethodServes as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.  
    Public MethodGenerates JavaScript that will create a new tool configuration object at the client.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverride this method to provide JavaScript code, creating a new object that carries custom configuration information for the tool. The output must look like this: "new NMyToolCustomconfiguration('my data', 12, 'more data')"  
    Top
    See Also