C# Class AjaxControlToolkit.Design.PageMethodSignatureAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Public Methods

Method Description
PageMethodSignatureAttribute ( string friendlyName, string servicePathProperty, string serviceMethodProperty ) : System
PageMethodSignatureAttribute ( string friendlyName, string servicePathProperty, string serviceMethodProperty, string useContextKeyProperty ) : System

Method Details

PageMethodSignatureAttribute() public method

public PageMethodSignatureAttribute ( string friendlyName, string servicePathProperty, string serviceMethodProperty ) : System
friendlyName string
servicePathProperty string
serviceMethodProperty string
return System

PageMethodSignatureAttribute() public method

public PageMethodSignatureAttribute ( string friendlyName, string servicePathProperty, string serviceMethodProperty, string useContextKeyProperty ) : System
friendlyName string
servicePathProperty string
serviceMethodProperty string
useContextKeyProperty string
return System