Click or drag to resize
ClientControlMethodAttribute Class
Signifies that this method should be exposed as a client callback
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Kettic.AspNetClientControlMethodAttribute

Namespace: Kettic.AspNet
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public sealed class ClientControlMethodAttribute : Attribute

The ClientControlMethodAttribute type exposes the following members.

Constructors
  NameDescription
Public methodClientControlMethodAttribute
Initializes a new ClientControlMethodAttribute
Public methodClientControlMethodAttribute(Boolean)
Initializes a new ClientControlMethodAttribute
Top
Methods
  NameDescription
Public methodEquals
Tests for object equality
(Overrides AttributeEquals(Object).)
Public methodGetHashCode
Gets a hash code for this object
(Overrides AttributeGetHashCode.)
Public methodIsDefaultAttribute
Gets whether this is the default value for this attribute
(Overrides AttributeIsDefaultAttribute.)
Top
Properties
  NameDescription
Public propertyIsScriptMethod
Whether this is a valid ScriptMethod
Top
See Also