1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 [assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
6 [assembly:System.CLSCompliantAttribute(true)]
7 [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
8 [assembly:System.Drawing.BitmapSuffixInSatelliteAssemblyAttribute]
9 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
10 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
11 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Web.Extensions.dll")]
12 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.Web.Extensions.dll")]
13 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.7.2046.0")]
14 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.7.2046.0")]
15 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
16 [assembly:System.Reflection.AssemblyTitleAttribute("System.Web.Extensions.dll")]
17 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
18 [assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
19 [assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
20 [assembly:System.Runtime.CompilerServices.DependencyAttribute("System,", (System.Runtime.CompilerServices.LoadHint)(1))]
21 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
22 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
23 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
24 [assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)(2050))]
25 [assembly:System.Security.AllowPartiallyTrustedCallersAttribute(PartialTrustVisibilityLevel=(System.Security.PartialTrustVisibilityLevel)(1))]
26 [assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(2), SkipVerificationInFullTrust=true)]
27 [assembly:System.Web.UI.TagPrefixAttribute("System.Web.UI", "asp")]
28 [assembly:System.Web.UI.TagPrefixAttribute("System.Web.UI.WebControls", "asp")]
29 [assembly:System.Web.UI.WebResourceAttribute("MicrosoftAjax.debug.js", "application/x-javascript", CdnSupportsSecureConnection=true, CdnPath="http://ajax.aspnetcdn.com/ajax/4.6/1/MicrosoftAjax.debug.js", LoadSuccessExpression="window.Sys && Sys._Application && Sys.Observer")]
30 [assembly:System.Web.UI.WebResourceAttribute("MicrosoftAjax.js", "application/x-javascript", CdnSupportsSecureConnection=true, CdnPath="http://ajax.aspnetcdn.com/ajax/4.6/1/MicrosoftAjax.js", LoadSuccessExpression="window.Sys && Sys._Application && Sys.Observer")]
31 [assembly:System.Web.UI.WebResourceAttribute("MicrosoftAjaxTimer.debug.js", "application/x-javascript")]
32 [assembly:System.Web.UI.WebResourceAttribute("MicrosoftAjaxTimer.js", "application/x-javascript")]
33 [assembly:System.Web.UI.WebResourceAttribute("MicrosoftAjaxWebForms.debug.js", "application/x-javascript")]
34 [assembly:System.Web.UI.WebResourceAttribute("MicrosoftAjaxWebForms.js", "application/x-javascript")]
35 [assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, Execution=true)]
36 namespace System.Web.ApplicationServices
37 {
38     public partial class ApplicationServicesHostFactory : System.ServiceModel.Activation.ServiceHostFactory
39     {
ApplicationServicesHostFactory()40         public ApplicationServicesHostFactory() { }
CreateServiceHost(System.Type serviceType, System.Uri[] baseAddresses)41         protected override System.ServiceModel.ServiceHost CreateServiceHost(System.Type serviceType, System.Uri[] baseAddresses) { throw null; }
42     }
43     public partial class AuthenticatingEventArgs : System.EventArgs
44     {
AuthenticatingEventArgs()45         internal AuthenticatingEventArgs() { }
46         public bool Authenticated { get { throw null; } set { } }
47         public bool AuthenticationIsComplete { get { throw null; } set { } }
48         public string CustomCredential { get { throw null; } }
49         public string Password { get { throw null; } }
50         public string UserName { get { throw null; } }
51     }
52     [System.ServiceModel.Activation.AspNetCompatibilityRequirementsAttribute(RequirementsMode=(System.ServiceModel.Activation.AspNetCompatibilityRequirementsMode)(2))]
53     [System.ServiceModel.ServiceBehaviorAttribute(Namespace="http://asp.net/ApplicationServices/v200", InstanceContextMode=(System.ServiceModel.InstanceContextMode)(2), ConcurrencyMode=(System.ServiceModel.ConcurrencyMode)(2))]
54     [System.ServiceModel.ServiceContractAttribute(Namespace="http://asp.net/ApplicationServices/v200")]
55     public partial class AuthenticationService
56     {
AuthenticationService()57         public AuthenticationService() { }
58         public static event System.EventHandler<System.Web.ApplicationServices.AuthenticatingEventArgs> Authenticating { add { } remove { } }
59         public static event System.EventHandler<System.Web.ApplicationServices.CreatingCookieEventArgs> CreatingCookie { add { } remove { } }
60         [System.ServiceModel.OperationContractAttribute]
IsLoggedIn()61         public bool IsLoggedIn() { throw null; }
62         [System.ServiceModel.OperationContractAttribute]
Login(string username, string password, string customCredential, bool isPersistent)63         public bool Login(string username, string password, string customCredential, bool isPersistent) { throw null; }
64         [System.ServiceModel.OperationContractAttribute]
Logout()65         public void Logout() { }
66         [System.ServiceModel.OperationContractAttribute]
ValidateUser(string username, string password, string customCredential)67         public bool ValidateUser(string username, string password, string customCredential) { throw null; }
68     }
69     public partial class CreatingCookieEventArgs : System.EventArgs
70     {
CreatingCookieEventArgs()71         internal CreatingCookieEventArgs() { }
72         public bool CookieIsSet { get { throw null; } set { } }
73         public string CustomCredential { get { throw null; } }
74         public bool IsPersistent { get { throw null; } }
75         public string Password { get { throw null; } }
76         public string UserName { get { throw null; } }
77     }
78     public static partial class KnownTypesProvider
79     {
GetKnownTypes(System.Reflection.ICustomAttributeProvider knownTypeAttributeTarget)80         public static System.Type[] GetKnownTypes(System.Reflection.ICustomAttributeProvider knownTypeAttributeTarget) { throw null; }
81     }
82     [System.Runtime.Serialization.DataContractAttribute]
83     public partial class ProfilePropertyMetadata : System.Runtime.Serialization.IExtensibleDataObject
84     {
ProfilePropertyMetadata()85         public ProfilePropertyMetadata() { }
86         [System.Runtime.Serialization.DataMemberAttribute]
87         public bool AllowAnonymousAccess { get { throw null; } set { } }
88         [System.Runtime.Serialization.DataMemberAttribute]
89         public string DefaultValue { get { throw null; } set { } }
90         public System.Runtime.Serialization.ExtensionDataObject ExtensionData { get { throw null; } set { } }
91         [System.Runtime.Serialization.DataMemberAttribute]
92         public bool IsReadOnly { get { throw null; } set { } }
93         [System.Runtime.Serialization.DataMemberAttribute]
94         public string PropertyName { get { throw null; } set { } }
95         [System.Runtime.Serialization.DataMemberAttribute]
96         public int SerializeAs { get { throw null; } set { } }
97         [System.Runtime.Serialization.DataMemberAttribute]
98         public string TypeName { get { throw null; } set { } }
99     }
100     [System.ServiceModel.Activation.AspNetCompatibilityRequirementsAttribute(RequirementsMode=(System.ServiceModel.Activation.AspNetCompatibilityRequirementsMode)(2))]
101     [System.ServiceModel.ServiceBehaviorAttribute(Namespace="http://asp.net/ApplicationServices/v200", InstanceContextMode=(System.ServiceModel.InstanceContextMode)(2), ConcurrencyMode=(System.ServiceModel.ConcurrencyMode)(2))]
102     [System.ServiceModel.ServiceContractAttribute(Namespace="http://asp.net/ApplicationServices/v200")]
103     [System.ServiceModel.ServiceKnownTypeAttribute("GetKnownTypes", typeof(System.Web.ApplicationServices.KnownTypesProvider))]
104     public partial class ProfileService
105     {
ProfileService()106         public ProfileService() { }
107         public static event System.EventHandler<System.Web.ApplicationServices.ValidatingPropertiesEventArgs> ValidatingProperties { add { } remove { } }
108         [System.ServiceModel.OperationContractAttribute]
GetAllPropertiesForCurrentUser(bool authenticatedUserOnly)109         public System.Collections.Generic.Dictionary<string, object> GetAllPropertiesForCurrentUser(bool authenticatedUserOnly) { throw null; }
110         [System.ServiceModel.OperationContractAttribute]
GetPropertiesForCurrentUser(System.Collections.Generic.IEnumerable<string> properties, bool authenticatedUserOnly)111         public System.Collections.Generic.Dictionary<string, object> GetPropertiesForCurrentUser(System.Collections.Generic.IEnumerable<string> properties, bool authenticatedUserOnly) { throw null; }
112         [System.ServiceModel.OperationContractAttribute]
GetPropertiesMetadata()113         public System.Web.ApplicationServices.ProfilePropertyMetadata[] GetPropertiesMetadata() { throw null; }
114         [System.ServiceModel.OperationContractAttribute]
SetPropertiesForCurrentUser(System.Collections.Generic.IDictionary<string, object> values, bool authenticatedUserOnly)115         public System.Collections.ObjectModel.Collection<string> SetPropertiesForCurrentUser(System.Collections.Generic.IDictionary<string, object> values, bool authenticatedUserOnly) { throw null; }
116     }
117     [System.ServiceModel.Activation.AspNetCompatibilityRequirementsAttribute(RequirementsMode=(System.ServiceModel.Activation.AspNetCompatibilityRequirementsMode)(2))]
118     [System.ServiceModel.ServiceBehaviorAttribute(Namespace="http://asp.net/ApplicationServices/v200", InstanceContextMode=(System.ServiceModel.InstanceContextMode)(2), ConcurrencyMode=(System.ServiceModel.ConcurrencyMode)(2))]
119     [System.ServiceModel.ServiceContractAttribute(Namespace="http://asp.net/ApplicationServices/v200")]
120     public partial class RoleService
121     {
RoleService()122         public RoleService() { }
123         public static event System.EventHandler<System.Web.ApplicationServices.SelectingProviderEventArgs> SelectingProvider { add { } remove { } }
124         [System.ServiceModel.OperationContractAttribute]
GetRolesForCurrentUser()125         public string[] GetRolesForCurrentUser() { throw null; }
126         [System.ServiceModel.OperationContractAttribute]
IsCurrentUserInRole(string role)127         public bool IsCurrentUserInRole(string role) { throw null; }
128     }
129     public partial class SelectingProviderEventArgs : System.EventArgs
130     {
SelectingProviderEventArgs()131         internal SelectingProviderEventArgs() { }
132         public string ProviderName { get { throw null; } set { } }
133         public System.Security.Principal.IPrincipal User { get { throw null; } }
134     }
135     public partial class ValidatingPropertiesEventArgs : System.EventArgs
136     {
ValidatingPropertiesEventArgs()137         internal ValidatingPropertiesEventArgs() { }
138         public System.Collections.ObjectModel.Collection<string> FailedProperties { get { throw null; } }
139         public System.Collections.Generic.IDictionary<string, object> Properties { get { throw null; } }
140     }
141 }
142 namespace System.Web.ClientServices
143 {
144     public partial class ClientFormsIdentity : System.IDisposable, System.Security.Principal.IIdentity
145     {
ClientFormsIdentity(string name, string password, System.Web.Security.MembershipProvider provider, string authenticationType, bool isAuthenticated, System.Net.CookieContainer authenticationCookies)146         public ClientFormsIdentity(string name, string password, System.Web.Security.MembershipProvider provider, string authenticationType, bool isAuthenticated, System.Net.CookieContainer authenticationCookies) { }
147         public System.Net.CookieContainer AuthenticationCookies { get { throw null; } }
148         public string AuthenticationType { get { throw null; } }
149         public bool IsAuthenticated { get { throw null; } }
150         public string Name { get { throw null; } }
151         public System.Web.Security.MembershipProvider Provider { get { throw null; } }
Dispose()152         public void Dispose() { }
Dispose(bool disposing)153         protected virtual void Dispose(bool disposing) { }
RevalidateUser()154         public void RevalidateUser() { }
155     }
156     public partial class ClientRolePrincipal : System.Security.Principal.IPrincipal
157     {
ClientRolePrincipal(System.Security.Principal.IIdentity identity)158         public ClientRolePrincipal(System.Security.Principal.IIdentity identity) { }
159         public System.Security.Principal.IIdentity Identity { get { throw null; } }
IsInRole(string role)160         public bool IsInRole(string role) { throw null; }
161     }
162     public static partial class ConnectivityStatus
163     {
164         public static bool IsOffline { get { throw null; } set { } }
165     }
166 }
167 namespace System.Web.ClientServices.Providers
168 {
169     public partial class ClientFormsAuthenticationCredentials
170     {
ClientFormsAuthenticationCredentials(string username, string password, bool rememberMe)171         public ClientFormsAuthenticationCredentials(string username, string password, bool rememberMe) { }
172         public string Password { get { throw null; } set { } }
173         public bool RememberMe { get { throw null; } set { } }
174         public string UserName { get { throw null; } set { } }
175     }
176     public partial class ClientFormsAuthenticationMembershipProvider : System.Web.Security.MembershipProvider
177     {
ClientFormsAuthenticationMembershipProvider()178         public ClientFormsAuthenticationMembershipProvider() { }
179         public override string ApplicationName { get { throw null; } set { } }
180         public override bool EnablePasswordReset { get { throw null; } }
181         public override bool EnablePasswordRetrieval { get { throw null; } }
182         public override int MaxInvalidPasswordAttempts { get { throw null; } }
183         public override int MinRequiredNonAlphanumericCharacters { get { throw null; } }
184         public override int MinRequiredPasswordLength { get { throw null; } }
185         public override int PasswordAttemptWindow { get { throw null; } }
186         public override System.Web.Security.MembershipPasswordFormat PasswordFormat { get { throw null; } }
187         public override string PasswordStrengthRegularExpression { get { throw null; } }
188         public override bool RequiresQuestionAndAnswer { get { throw null; } }
189         public override bool RequiresUniqueEmail { get { throw null; } }
190         public string ServiceUri { get { throw null; } set { } }
191         public event System.EventHandler<System.Web.ClientServices.Providers.UserValidatedEventArgs> UserValidated { add { } remove { } }
ChangePassword(string username, string oldPassword, string newPassword)192         public override bool ChangePassword(string username, string oldPassword, string newPassword) { throw null; }
ChangePasswordQuestionAndAnswer(string username, string password, string newPasswordQuestion, string newPasswordAnswer)193         public override bool ChangePasswordQuestionAndAnswer(string username, string password, string newPasswordQuestion, string newPasswordAnswer) { throw null; }
CreateUser(string username, string password, string email, string passwordQuestion, string passwordAnswer, bool isApproved, object providerUserKey, out System.Web.Security.MembershipCreateStatus status)194         public override System.Web.Security.MembershipUser CreateUser(string username, string password, string email, string passwordQuestion, string passwordAnswer, bool isApproved, object providerUserKey, out System.Web.Security.MembershipCreateStatus status) { status = default(System.Web.Security.MembershipCreateStatus); throw null; }
DeleteUser(string username, bool deleteAllRelatedData)195         public override bool DeleteUser(string username, bool deleteAllRelatedData) { throw null; }
FindUsersByEmail(string emailToMatch, int pageIndex, int pageSize, out int totalRecords)196         public override System.Web.Security.MembershipUserCollection FindUsersByEmail(string emailToMatch, int pageIndex, int pageSize, out int totalRecords) { totalRecords = default(int); throw null; }
FindUsersByName(string usernameToMatch, int pageIndex, int pageSize, out int totalRecords)197         public override System.Web.Security.MembershipUserCollection FindUsersByName(string usernameToMatch, int pageIndex, int pageSize, out int totalRecords) { totalRecords = default(int); throw null; }
GetAllUsers(int pageIndex, int pageSize, out int totalRecords)198         public override System.Web.Security.MembershipUserCollection GetAllUsers(int pageIndex, int pageSize, out int totalRecords) { totalRecords = default(int); throw null; }
GetNumberOfUsersOnline()199         public override int GetNumberOfUsersOnline() { throw null; }
GetPassword(string username, string answer)200         public override string GetPassword(string username, string answer) { throw null; }
GetUser(object providerUserKey, bool userIsOnline)201         public override System.Web.Security.MembershipUser GetUser(object providerUserKey, bool userIsOnline) { throw null; }
GetUser(string username, bool userIsOnline)202         public override System.Web.Security.MembershipUser GetUser(string username, bool userIsOnline) { throw null; }
GetUserNameByEmail(string email)203         public override string GetUserNameByEmail(string email) { throw null; }
Initialize(string name, System.Collections.Specialized.NameValueCollection config)204         public override void Initialize(string name, System.Collections.Specialized.NameValueCollection config) { }
Logout()205         public void Logout() { }
ResetPassword(string username, string answer)206         public override string ResetPassword(string username, string answer) { throw null; }
UnlockUser(string username)207         public override bool UnlockUser(string username) { throw null; }
UpdateUser(System.Web.Security.MembershipUser user)208         public override void UpdateUser(System.Web.Security.MembershipUser user) { }
ValidateUser(string username, string password)209         public override bool ValidateUser(string username, string password) { throw null; }
ValidateUser(string username, string password, bool rememberMe)210         public bool ValidateUser(string username, string password, bool rememberMe) { throw null; }
ValidateUser(string username, string password, string serviceUri)211         public static bool ValidateUser(string username, string password, string serviceUri) { throw null; }
212     }
213     public partial class ClientRoleProvider : System.Web.Security.RoleProvider
214     {
ClientRoleProvider()215         public ClientRoleProvider() { }
216         public override string ApplicationName { get { throw null; } set { } }
217         public string ServiceUri { get { throw null; } set { } }
AddUsersToRoles(string[] usernames, string[] roleNames)218         public override void AddUsersToRoles(string[] usernames, string[] roleNames) { }
CreateRole(string roleName)219         public override void CreateRole(string roleName) { }
DeleteRole(string roleName, bool throwOnPopulatedRole)220         public override bool DeleteRole(string roleName, bool throwOnPopulatedRole) { throw null; }
FindUsersInRole(string roleName, string usernameToMatch)221         public override string[] FindUsersInRole(string roleName, string usernameToMatch) { throw null; }
GetAllRoles()222         public override string[] GetAllRoles() { throw null; }
GetRolesForUser(string username)223         public override string[] GetRolesForUser(string username) { throw null; }
GetUsersInRole(string roleName)224         public override string[] GetUsersInRole(string roleName) { throw null; }
Initialize(string name, System.Collections.Specialized.NameValueCollection config)225         public override void Initialize(string name, System.Collections.Specialized.NameValueCollection config) { }
IsUserInRole(string username, string roleName)226         public override bool IsUserInRole(string username, string roleName) { throw null; }
RemoveUsersFromRoles(string[] usernames, string[] roleNames)227         public override void RemoveUsersFromRoles(string[] usernames, string[] roleNames) { }
ResetCache()228         public void ResetCache() { }
RoleExists(string roleName)229         public override bool RoleExists(string roleName) { throw null; }
230     }
231     [System.Security.SecurityCriticalAttribute]
232     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
233     public partial class ClientSettingsProvider : System.Configuration.SettingsProvider, System.Configuration.IApplicationSettingsProvider
234     {
ClientSettingsProvider()235         public ClientSettingsProvider() { }
236         public override string ApplicationName { [System.Security.SecuritySafeCriticalAttribute]get { throw null; } [System.Security.SecuritySafeCriticalAttribute]set { } }
237         public static string ServiceUri { get { throw null; } set { } }
238         public event System.EventHandler<System.Web.ClientServices.Providers.SettingsSavedEventArgs> SettingsSaved { add { } remove { } }
239         [System.Security.SecuritySafeCriticalAttribute]
GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property)240         public System.Configuration.SettingsPropertyValue GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property) { throw null; }
GetPropertyMetadata(string serviceUri)241         public static System.Configuration.SettingsPropertyCollection GetPropertyMetadata(string serviceUri) { throw null; }
242         [System.Security.SecuritySafeCriticalAttribute]
GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection propertyCollection)243         public override System.Configuration.SettingsPropertyValueCollection GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection propertyCollection) { throw null; }
244         [System.Security.SecuritySafeCriticalAttribute]
Initialize(string name, System.Collections.Specialized.NameValueCollection config)245         public override void Initialize(string name, System.Collections.Specialized.NameValueCollection config) { }
246         [System.Security.SecuritySafeCriticalAttribute]
Reset(System.Configuration.SettingsContext context)247         public void Reset(System.Configuration.SettingsContext context) { }
248         [System.Security.SecuritySafeCriticalAttribute]
SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection propertyValueCollection)249         public override void SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection propertyValueCollection) { }
250         [System.Security.SecuritySafeCriticalAttribute]
Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties)251         public void Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties) { }
252     }
253     public partial class ClientWindowsAuthenticationMembershipProvider : System.Web.Security.MembershipProvider
254     {
ClientWindowsAuthenticationMembershipProvider()255         public ClientWindowsAuthenticationMembershipProvider() { }
256         public override string ApplicationName { get { throw null; } set { } }
257         public override bool EnablePasswordReset { get { throw null; } }
258         public override bool EnablePasswordRetrieval { get { throw null; } }
259         public override int MaxInvalidPasswordAttempts { get { throw null; } }
260         public override int MinRequiredNonAlphanumericCharacters { get { throw null; } }
261         public override int MinRequiredPasswordLength { get { throw null; } }
262         public override int PasswordAttemptWindow { get { throw null; } }
263         public override System.Web.Security.MembershipPasswordFormat PasswordFormat { get { throw null; } }
264         public override string PasswordStrengthRegularExpression { get { throw null; } }
265         public override bool RequiresQuestionAndAnswer { get { throw null; } }
266         public override bool RequiresUniqueEmail { get { throw null; } }
ChangePassword(string username, string oldPassword, string newPassword)267         public override bool ChangePassword(string username, string oldPassword, string newPassword) { throw null; }
ChangePasswordQuestionAndAnswer(string username, string password, string newPasswordQuestion, string newPasswordAnswer)268         public override bool ChangePasswordQuestionAndAnswer(string username, string password, string newPasswordQuestion, string newPasswordAnswer) { throw null; }
CreateUser(string username, string password, string email, string passwordQuestion, string passwordAnswer, bool isApproved, object providerUserKey, out System.Web.Security.MembershipCreateStatus status)269         public override System.Web.Security.MembershipUser CreateUser(string username, string password, string email, string passwordQuestion, string passwordAnswer, bool isApproved, object providerUserKey, out System.Web.Security.MembershipCreateStatus status) { status = default(System.Web.Security.MembershipCreateStatus); throw null; }
DeleteUser(string username, bool deleteAllRelatedData)270         public override bool DeleteUser(string username, bool deleteAllRelatedData) { throw null; }
FindUsersByEmail(string emailToMatch, int pageIndex, int pageSize, out int totalRecords)271         public override System.Web.Security.MembershipUserCollection FindUsersByEmail(string emailToMatch, int pageIndex, int pageSize, out int totalRecords) { totalRecords = default(int); throw null; }
FindUsersByName(string usernameToMatch, int pageIndex, int pageSize, out int totalRecords)272         public override System.Web.Security.MembershipUserCollection FindUsersByName(string usernameToMatch, int pageIndex, int pageSize, out int totalRecords) { totalRecords = default(int); throw null; }
GetAllUsers(int pageIndex, int pageSize, out int totalRecords)273         public override System.Web.Security.MembershipUserCollection GetAllUsers(int pageIndex, int pageSize, out int totalRecords) { totalRecords = default(int); throw null; }
GetNumberOfUsersOnline()274         public override int GetNumberOfUsersOnline() { throw null; }
GetPassword(string username, string answer)275         public override string GetPassword(string username, string answer) { throw null; }
GetUser(object providerUserKey, bool userIsOnline)276         public override System.Web.Security.MembershipUser GetUser(object providerUserKey, bool userIsOnline) { throw null; }
GetUser(string username, bool userIsOnline)277         public override System.Web.Security.MembershipUser GetUser(string username, bool userIsOnline) { throw null; }
GetUserNameByEmail(string email)278         public override string GetUserNameByEmail(string email) { throw null; }
Logout()279         public void Logout() { }
ResetPassword(string username, string answer)280         public override string ResetPassword(string username, string answer) { throw null; }
UnlockUser(string username)281         public override bool UnlockUser(string username) { throw null; }
UpdateUser(System.Web.Security.MembershipUser user)282         public override void UpdateUser(System.Web.Security.MembershipUser user) { }
ValidateUser(string username, string password)283         public override bool ValidateUser(string username, string password) { throw null; }
284     }
285     public partial interface IClientFormsAuthenticationCredentialsProvider
286     {
GetCredentials()287         System.Web.ClientServices.Providers.ClientFormsAuthenticationCredentials GetCredentials();
288     }
289     public partial class SettingsSavedEventArgs : System.EventArgs
290     {
SettingsSavedEventArgs(System.Collections.Generic.IEnumerable<string> failedSettingsList)291         public SettingsSavedEventArgs(System.Collections.Generic.IEnumerable<string> failedSettingsList) { }
292         public System.Collections.ObjectModel.ReadOnlyCollection<string> FailedSettingsList { get { throw null; } }
293     }
294     public partial class UserValidatedEventArgs : System.EventArgs
295     {
UserValidatedEventArgs(string username)296         public UserValidatedEventArgs(string username) { }
297         public string UserName { get { throw null; } }
298     }
299 }
300 namespace System.Web.Compilation
301 {
302     public partial interface IWcfReferenceReceiveContextInformation
303     {
ReceiveImportContextInformation(System.Collections.Generic.IDictionary<string, byte[]> serviceReferenceExtensionFileContents, System.IServiceProvider serviceProvider)304         void ReceiveImportContextInformation(System.Collections.Generic.IDictionary<string, byte[]> serviceReferenceExtensionFileContents, System.IServiceProvider serviceProvider);
305     }
306     [System.Security.SecurityCriticalAttribute]
307     public partial class WCFBuildProvider : System.Web.Compilation.BuildProvider
308     {
WCFBuildProvider()309         public WCFBuildProvider() { }
310         [System.Security.SecuritySafeCriticalAttribute]
GenerateCode(System.Web.Compilation.AssemblyBuilder assemblyBuilder)311         public override void GenerateCode(System.Web.Compilation.AssemblyBuilder assemblyBuilder) { }
312     }
313 }
314 namespace System.Web.Configuration
315 {
316     public partial class Converter : System.Configuration.ConfigurationElement
317     {
Converter()318         public Converter() { }
319         [System.Configuration.ConfigurationPropertyAttribute("name", IsRequired=true, IsKey=true, DefaultValue="")]
320         [System.Configuration.StringValidatorAttribute(MinLength=1)]
321         public string Name { get { throw null; } set { } }
322         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
323         [System.Configuration.ConfigurationPropertyAttribute("type", IsRequired=true, DefaultValue="")]
324         [System.Configuration.StringValidatorAttribute(MinLength=1)]
325         public string Type { get { throw null; } set { } }
326     }
327     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Web.Configuration.Converter))]
328     public partial class ConvertersCollection : System.Configuration.ConfigurationElementCollection
329     {
ConvertersCollection()330         public ConvertersCollection() { }
331         public System.Web.Configuration.Converter this[int index] { get { throw null; } set { } }
332         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
Add(System.Web.Configuration.Converter converter)333         public void Add(System.Web.Configuration.Converter converter) { }
Clear()334         public void Clear() { }
CreateNewElement()335         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)336         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
Remove(System.Web.Configuration.Converter converter)337         public void Remove(System.Web.Configuration.Converter converter) { }
338     }
339     public sealed partial class ScriptingAuthenticationServiceSection : System.Configuration.ConfigurationSection
340     {
ScriptingAuthenticationServiceSection()341         public ScriptingAuthenticationServiceSection() { }
342         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue=false)]
343         public bool Enabled { get { throw null; } set { } }
344         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
345         [System.Configuration.ConfigurationPropertyAttribute("requireSSL", DefaultValue=false)]
346         public bool RequireSSL { get { throw null; } set { } }
347     }
348     public sealed partial class ScriptingJsonSerializationSection : System.Configuration.ConfigurationSection
349     {
ScriptingJsonSerializationSection()350         public ScriptingJsonSerializationSection() { }
351         [System.Configuration.ConfigurationPropertyAttribute("converters", IsKey=true, DefaultValue="")]
352         public System.Web.Configuration.ConvertersCollection Converters { get { throw null; } }
353         [System.Configuration.ConfigurationPropertyAttribute("maxJsonLength", DefaultValue=102400)]
354         public int MaxJsonLength { get { throw null; } set { } }
355         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
356         [System.Configuration.ConfigurationPropertyAttribute("recursionLimit", DefaultValue=100)]
357         public int RecursionLimit { get { throw null; } set { } }
358     }
359     public sealed partial class ScriptingProfileServiceSection : System.Configuration.ConfigurationSection
360     {
ScriptingProfileServiceSection()361         public ScriptingProfileServiceSection() { }
362         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue=false)]
363         public bool Enabled { get { throw null; } set { } }
364         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
365         [System.Configuration.ConfigurationPropertyAttribute("readAccessProperties", DefaultValue=null)]
366         public string[] ReadAccessProperties { get { throw null; } set { } }
367         [System.Configuration.ConfigurationPropertyAttribute("writeAccessProperties", DefaultValue=null)]
368         public string[] WriteAccessProperties { get { throw null; } set { } }
369     }
370     public sealed partial class ScriptingRoleServiceSection : System.Configuration.ConfigurationSection
371     {
ScriptingRoleServiceSection()372         public ScriptingRoleServiceSection() { }
373         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue=false)]
374         public bool Enabled { get { throw null; } set { } }
375         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
376     }
377     public sealed partial class ScriptingScriptResourceHandlerSection : System.Configuration.ConfigurationSection
378     {
ScriptingScriptResourceHandlerSection()379         public ScriptingScriptResourceHandlerSection() { }
380         [System.Configuration.ConfigurationPropertyAttribute("enableCaching", DefaultValue=true)]
381         public bool EnableCaching { get { throw null; } set { } }
382         [System.Configuration.ConfigurationPropertyAttribute("enableCompression", DefaultValue=true)]
383         public bool EnableCompression { get { throw null; } set { } }
384         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
385     }
386     public sealed partial class ScriptingSectionGroup : System.Configuration.ConfigurationSectionGroup
387     {
ScriptingSectionGroup()388         public ScriptingSectionGroup() { }
389         [System.Configuration.ConfigurationPropertyAttribute("scriptResourceHandler")]
390         public System.Web.Configuration.ScriptingScriptResourceHandlerSection ScriptResourceHandler { get { throw null; } }
391         [System.Configuration.ConfigurationPropertyAttribute("webServices")]
392         public System.Web.Configuration.ScriptingWebServicesSectionGroup WebServices { get { throw null; } }
393     }
394     public sealed partial class ScriptingWebServicesSectionGroup : System.Configuration.ConfigurationSectionGroup
395     {
ScriptingWebServicesSectionGroup()396         public ScriptingWebServicesSectionGroup() { }
397         [System.Configuration.ConfigurationPropertyAttribute("authenticationService")]
398         public System.Web.Configuration.ScriptingAuthenticationServiceSection AuthenticationService { get { throw null; } }
399         [System.Configuration.ConfigurationPropertyAttribute("jsonSerialization")]
400         public System.Web.Configuration.ScriptingJsonSerializationSection JsonSerialization { get { throw null; } }
401         [System.Configuration.ConfigurationPropertyAttribute("profileService")]
402         public System.Web.Configuration.ScriptingProfileServiceSection ProfileService { get { throw null; } }
403         [System.Configuration.ConfigurationPropertyAttribute("roleService")]
404         public System.Web.Configuration.ScriptingRoleServiceSection RoleService { get { throw null; } }
405     }
406     public sealed partial class SystemWebExtensionsSectionGroup : System.Configuration.ConfigurationSectionGroup
407     {
SystemWebExtensionsSectionGroup()408         public SystemWebExtensionsSectionGroup() { }
409         [System.Configuration.ConfigurationPropertyAttribute("scripting")]
410         public System.Web.Configuration.ScriptingSectionGroup Scripting { get { throw null; } }
411     }
412 }
413 namespace System.Web.DynamicData
414 {
415     public enum DynamicDataSourceOperation
416     {
417         ContextCreate = 4,
418         Delete = 0,
419         Insert = 1,
420         Select = 2,
421         Update = 3,
422     }
423     public partial class DynamicValidatorEventArgs : System.EventArgs
424     {
DynamicValidatorEventArgs(System.Exception exception, System.Web.DynamicData.DynamicDataSourceOperation operation)425         public DynamicValidatorEventArgs(System.Exception exception, System.Web.DynamicData.DynamicDataSourceOperation operation) { }
426         public System.Exception Exception { get { throw null; } }
427         public System.Web.DynamicData.DynamicDataSourceOperation Operation { get { throw null; } }
428     }
429     public partial interface IDynamicDataSource : System.Web.UI.IDataSource
430     {
431         bool AutoGenerateWhereClause { get; set; }
432         System.Type ContextType { get; set; }
433         bool EnableDelete { get; set; }
434         bool EnableInsert { get; set; }
435         bool EnableUpdate { get; set; }
436         string EntitySetName { get; set; }
437         string Where { get; set; }
438         System.Web.UI.WebControls.ParameterCollection WhereParameters { get; }
439         event System.EventHandler<System.Web.DynamicData.DynamicValidatorEventArgs> Exception;
440     }
441     public partial interface IDynamicValidatorException
442     {
443         System.Collections.Generic.IDictionary<string, System.Exception> InnerExceptions { get; }
444     }
445 }
446 namespace System.Web.Handlers
447 {
448     public partial class ScriptModule : System.Web.IHttpModule
449     {
ScriptModule()450         public ScriptModule() { }
Dispose()451         protected virtual void Dispose() { }
Init(System.Web.HttpApplication app)452         protected virtual void Init(System.Web.HttpApplication app) { }
System.Web.IHttpModule.Dispose()453         void System.Web.IHttpModule.Dispose() { }
System.Web.IHttpModule.Init(System.Web.HttpApplication context)454         void System.Web.IHttpModule.Init(System.Web.HttpApplication context) { }
455     }
456     public partial class ScriptResourceHandler : System.Web.IHttpHandler
457     {
ScriptResourceHandler()458         public ScriptResourceHandler() { }
459         protected virtual bool IsReusable { get { throw null; } }
460         bool System.Web.IHttpHandler.IsReusable { get { throw null; } }
461         [System.Security.SecuritySafeCriticalAttribute]
ProcessRequest(System.Web.HttpContext context)462         protected virtual void ProcessRequest(System.Web.HttpContext context) { }
System.Web.IHttpHandler.ProcessRequest(System.Web.HttpContext context)463         void System.Web.IHttpHandler.ProcessRequest(System.Web.HttpContext context) { }
464     }
465 }
466 namespace System.Web.Management
467 {
468     public partial class WebServiceErrorEvent : System.Web.Management.WebRequestErrorEvent
469     {
WebServiceErrorEvent(string message, object eventSource, System.Exception exception)470         protected internal WebServiceErrorEvent(string message, object eventSource, System.Exception exception) : base (default(string), default(object), default(int), default(System.Exception)) { }
471         public static int WebServiceErrorEventCode { get { throw null; } }
472     }
473 }
474 namespace System.Web.Query.Dynamic
475 {
476     public abstract partial class DynamicClass
477     {
DynamicClass()478         protected DynamicClass() { }
ToString()479         public override string ToString() { throw null; }
480     }
481     public partial class ParseException : System.Exception
482     {
ParseException(string message, int position)483         public ParseException(string message, int position) { }
484         public int Position { get { throw null; } }
ToString()485         public override string ToString() { throw null; }
486     }
487 }
488 namespace System.Web.Script
489 {
490     [System.AttributeUsageAttribute((System.AttributeTargets)(1), AllowMultiple=false)]
491     public partial class AjaxFrameworkAssemblyAttribute : System.Attribute
492     {
AjaxFrameworkAssemblyAttribute()493         public AjaxFrameworkAssemblyAttribute() { }
GetDefaultAjaxFrameworkAssembly(System.Reflection.Assembly currentAssembly)494         protected internal virtual System.Reflection.Assembly GetDefaultAjaxFrameworkAssembly(System.Reflection.Assembly currentAssembly) { throw null; }
495     }
496 }
497 namespace System.Web.Script.Serialization
498 {
499     public abstract partial class JavaScriptConverter
500     {
JavaScriptConverter()501         protected JavaScriptConverter() { }
502         public abstract System.Collections.Generic.IEnumerable<System.Type> SupportedTypes { get; }
Deserialize(System.Collections.Generic.IDictionary<string, object> dictionary, System.Type type, System.Web.Script.Serialization.JavaScriptSerializer serializer)503         public abstract object Deserialize(System.Collections.Generic.IDictionary<string, object> dictionary, System.Type type, System.Web.Script.Serialization.JavaScriptSerializer serializer);
Serialize(object obj, System.Web.Script.Serialization.JavaScriptSerializer serializer)504         public abstract System.Collections.Generic.IDictionary<string, object> Serialize(object obj, System.Web.Script.Serialization.JavaScriptSerializer serializer);
505     }
506     public partial class JavaScriptSerializer
507     {
JavaScriptSerializer()508         public JavaScriptSerializer() { }
JavaScriptSerializer(System.Web.Script.Serialization.JavaScriptTypeResolver resolver)509         public JavaScriptSerializer(System.Web.Script.Serialization.JavaScriptTypeResolver resolver) { }
510         public int MaxJsonLength { get { throw null; } set { } }
511         public int RecursionLimit { get { throw null; } set { } }
ConvertToType(object obj, System.Type targetType)512         public object ConvertToType(object obj, System.Type targetType) { throw null; }
ConvertToType(object obj)513         public T ConvertToType<T>(object obj) { throw null; }
Deserialize(string input, System.Type targetType)514         public object Deserialize(string input, System.Type targetType) { throw null; }
DeserializeObject(string input)515         public object DeserializeObject(string input) { throw null; }
Deserialize(string input)516         public T Deserialize<T>(string input) { throw null; }
RegisterConverters(System.Collections.Generic.IEnumerable<System.Web.Script.Serialization.JavaScriptConverter> converters)517         public void RegisterConverters(System.Collections.Generic.IEnumerable<System.Web.Script.Serialization.JavaScriptConverter> converters) { }
Serialize(object obj)518         public string Serialize(object obj) { throw null; }
Serialize(object obj, System.Text.StringBuilder output)519         public void Serialize(object obj, System.Text.StringBuilder output) { }
520     }
521     public abstract partial class JavaScriptTypeResolver
522     {
JavaScriptTypeResolver()523         protected JavaScriptTypeResolver() { }
ResolveType(string id)524         public abstract System.Type ResolveType(string id);
ResolveTypeId(System.Type type)525         public abstract string ResolveTypeId(System.Type type);
526     }
527     [System.AttributeUsageAttribute((System.AttributeTargets)(384), AllowMultiple=false, Inherited=true)]
528     public sealed partial class ScriptIgnoreAttribute : System.Attribute
529     {
ScriptIgnoreAttribute()530         public ScriptIgnoreAttribute() { }
531         public bool ApplyToOverrides { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
532     }
533     public partial class SimpleTypeResolver : System.Web.Script.Serialization.JavaScriptTypeResolver
534     {
SimpleTypeResolver()535         public SimpleTypeResolver() { }
ResolveType(string id)536         public override System.Type ResolveType(string id) { throw null; }
ResolveTypeId(System.Type type)537         public override string ResolveTypeId(System.Type type) { throw null; }
538     }
539 }
540 namespace System.Web.Script.Services
541 {
542     [System.AttributeUsageAttribute((System.AttributeTargets)(1092), AllowMultiple=true)]
543     public sealed partial class GenerateScriptTypeAttribute : System.Attribute
544     {
GenerateScriptTypeAttribute(System.Type type)545         public GenerateScriptTypeAttribute(System.Type type) { }
546         public string ScriptTypeId { get { throw null; } set { } }
547         public System.Type Type { get { throw null; } }
548     }
549     public static partial class ProxyGenerator
550     {
GetClientProxyScript(System.Type type, string path, bool debug)551         public static string GetClientProxyScript(System.Type type, string path, bool debug) { throw null; }
GetClientProxyScript(System.Type type, string path, bool debug, System.ServiceModel.Description.ServiceEndpoint serviceEndpoint)552         public static string GetClientProxyScript(System.Type type, string path, bool debug, System.ServiceModel.Description.ServiceEndpoint serviceEndpoint) { throw null; }
553     }
554     public enum ResponseFormat
555     {
556         Json = 0,
557         Xml = 1,
558     }
559     [System.AttributeUsageAttribute((System.AttributeTargets)(64))]
560     public sealed partial class ScriptMethodAttribute : System.Attribute
561     {
ScriptMethodAttribute()562         public ScriptMethodAttribute() { }
563         public System.Web.Script.Services.ResponseFormat ResponseFormat { get { throw null; } set { } }
564         public bool UseHttpGet { get { throw null; } set { } }
565         public bool XmlSerializeString { get { throw null; } set { } }
566     }
567     [System.AttributeUsageAttribute((System.AttributeTargets)(1028))]
568     public sealed partial class ScriptServiceAttribute : System.Attribute
569     {
ScriptServiceAttribute()570         public ScriptServiceAttribute() { }
571     }
572 }
573 namespace System.Web.UI
574 {
575     public enum AjaxFrameworkMode
576     {
577         Disabled = 1,
578         Enabled = 0,
579         Explicit = 2,
580     }
581     public partial class AsyncPostBackErrorEventArgs : System.EventArgs
582     {
AsyncPostBackErrorEventArgs(System.Exception exception)583         public AsyncPostBackErrorEventArgs(System.Exception exception) { }
584         public System.Exception Exception { get { throw null; } }
585     }
586     public partial class AsyncPostBackTrigger : System.Web.UI.UpdatePanelControlTrigger
587     {
AsyncPostBackTrigger()588         public AsyncPostBackTrigger() { }
589         [System.ComponentModel.TypeConverterAttribute("System.Web.UI.Design.AsyncPostBackTriggerControlIDConverter, System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
590         public new string ControlID { get { throw null; } set { } }
591         [System.ComponentModel.CategoryAttribute("Behavior")]
592         [System.ComponentModel.DefaultValueAttribute("")]
593         [System.ComponentModel.TypeConverterAttribute("System.Web.UI.Design.AsyncPostBackTriggerEventNameConverter, System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
594         public string EventName { get { throw null; } set { } }
HasTriggered()595         protected internal override bool HasTriggered() { throw null; }
Initialize()596         protected internal override void Initialize() { }
OnEvent(object sender, System.EventArgs e)597         public void OnEvent(object sender, System.EventArgs e) { }
ToString()598         public override string ToString() { throw null; }
599     }
600     [System.ComponentModel.DefaultPropertyAttribute("Path")]
601     [System.ComponentModel.TypeConverterAttribute("System.Web.UI.EmptyStringExpandableObjectConverter")]
602     public partial class AuthenticationServiceManager
603     {
AuthenticationServiceManager()604         public AuthenticationServiceManager() { }
605         [System.ComponentModel.CategoryAttribute("Behavior")]
606         [System.ComponentModel.DefaultValueAttribute("")]
607         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
608         [System.Web.UI.UrlPropertyAttribute]
609         public string Path { get { throw null; } set { } }
610     }
611     [System.ComponentModel.DefaultPropertyAttribute("Path")]
612     [System.ComponentModel.TypeConverterAttribute("System.Web.UI.EmptyStringExpandableObjectConverter")]
613     public partial class CompositeScriptReference : System.Web.UI.ScriptReferenceBase
614     {
CompositeScriptReference()615         public CompositeScriptReference() { }
616         [System.ComponentModel.CategoryAttribute("Behavior")]
617         [System.ComponentModel.DefaultValueAttribute(null)]
618         [System.ComponentModel.EditorAttribute("System.Web.UI.Design.CollectionEditorBase, System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", typeof(System.Drawing.Design.UITypeEditor))]
619         [System.ComponentModel.MergablePropertyAttribute(false)]
620         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
621         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
622         public System.Web.UI.ScriptReferenceCollection Scripts { get { throw null; } }
GetUrl(System.Web.UI.ScriptManager scriptManager, bool zip)623         protected internal override string GetUrl(System.Web.UI.ScriptManager scriptManager, bool zip) { throw null; }
IsAjaxFrameworkScript(System.Web.UI.ScriptManager scriptManager)624         protected internal override bool IsAjaxFrameworkScript(System.Web.UI.ScriptManager scriptManager) { throw null; }
625         [System.ObsoleteAttribute("Use IsAjaxFrameworkScript(ScriptManager)")]
IsFromSystemWebExtensions()626         protected internal override bool IsFromSystemWebExtensions() { throw null; }
627     }
628     public partial class CompositeScriptReferenceEventArgs : System.EventArgs
629     {
CompositeScriptReferenceEventArgs(System.Web.UI.CompositeScriptReference compositeScript)630         public CompositeScriptReferenceEventArgs(System.Web.UI.CompositeScriptReference compositeScript) { }
631         public System.Web.UI.CompositeScriptReference CompositeScript { get { throw null; } }
632     }
633     [System.ComponentModel.DefaultPropertyAttribute("TargetControlID")]
634     [System.ComponentModel.DesignerAttribute("System.Web.UI.Design.ExtenderControlDesigner, System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
635     [System.ComponentModel.ToolboxItemAttribute("System.Web.UI.Design.ExtenderControlToolboxItem, System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
636     [System.Web.UI.NonVisualControlAttribute]
637     [System.Web.UI.ParseChildrenAttribute(true)]
638     [System.Web.UI.PersistChildrenAttribute(false)]
639     public abstract partial class ExtenderControl : System.Web.UI.Control, System.Web.UI.IExtenderControl
640     {
ExtenderControl()641         protected ExtenderControl() { }
642         [System.ComponentModel.CategoryAttribute("Behavior")]
643         [System.ComponentModel.DefaultValueAttribute("")]
644         [System.Web.UI.IDReferencePropertyAttribute]
645         public string TargetControlID { get { throw null; } set { } }
646         [System.ComponentModel.BrowsableAttribute(false)]
647         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
648         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
649         public override bool Visible { get { throw null; } set { } }
GetScriptDescriptors(System.Web.UI.Control targetControl)650         protected abstract System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor> GetScriptDescriptors(System.Web.UI.Control targetControl);
GetScriptReferences()651         protected abstract System.Collections.Generic.IEnumerable<System.Web.UI.ScriptReference> GetScriptReferences();
OnPreRender(System.EventArgs e)652         protected internal override void OnPreRender(System.EventArgs e) { }
Render(System.Web.UI.HtmlTextWriter writer)653         protected internal override void Render(System.Web.UI.HtmlTextWriter writer) { }
System.Web.UI.IExtenderControl.GetScriptDescriptors(System.Web.UI.Control targetControl)654         System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor> System.Web.UI.IExtenderControl.GetScriptDescriptors(System.Web.UI.Control targetControl) { throw null; }
System.Web.UI.IExtenderControl.GetScriptReferences()655         System.Collections.Generic.IEnumerable<System.Web.UI.ScriptReference> System.Web.UI.IExtenderControl.GetScriptReferences() { throw null; }
656     }
657     public partial class HistoryEventArgs : System.EventArgs
658     {
HistoryEventArgs(System.Collections.Specialized.NameValueCollection state)659         public HistoryEventArgs(System.Collections.Specialized.NameValueCollection state) { }
660         public System.Collections.Specialized.NameValueCollection State { get { throw null; } }
661     }
662     public partial interface IExtenderControl
663     {
GetScriptDescriptors(System.Web.UI.Control targetControl)664         System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor> GetScriptDescriptors(System.Web.UI.Control targetControl);
GetScriptReferences()665         System.Collections.Generic.IEnumerable<System.Web.UI.ScriptReference> GetScriptReferences();
666     }
667     public partial interface IScriptControl
668     {
GetScriptDescriptors()669         System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor> GetScriptDescriptors();
GetScriptReferences()670         System.Collections.Generic.IEnumerable<System.Web.UI.ScriptReference> GetScriptReferences();
671     }
672     public partial class PostBackTrigger : System.Web.UI.UpdatePanelControlTrigger
673     {
PostBackTrigger()674         public PostBackTrigger() { }
675         [System.ComponentModel.TypeConverterAttribute("System.Web.UI.Design.PostBackTriggerControlIDConverter, System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
676         public new string ControlID { get { throw null; } set { } }
HasTriggered()677         protected internal override bool HasTriggered() { throw null; }
Initialize()678         protected internal override void Initialize() { }
ToString()679         public override string ToString() { throw null; }
680     }
681     [System.ComponentModel.DefaultPropertyAttribute("Path")]
682     [System.ComponentModel.TypeConverterAttribute("System.Web.UI.EmptyStringExpandableObjectConverter")]
683     public partial class ProfileServiceManager
684     {
ProfileServiceManager()685         public ProfileServiceManager() { }
686         [System.ComponentModel.CategoryAttribute("Behavior")]
687         [System.ComponentModel.DefaultValueAttribute(null)]
688         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
689         [System.ComponentModel.TypeConverterAttribute(typeof(System.Web.UI.WebControls.StringArrayConverter))]
690         public string[] LoadProperties { get { throw null; } set { } }
691         [System.ComponentModel.CategoryAttribute("Behavior")]
692         [System.ComponentModel.DefaultValueAttribute("")]
693         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
694         [System.Web.UI.UrlPropertyAttribute]
695         public string Path { get { throw null; } set { } }
696     }
697     public sealed partial class RegisteredArrayDeclaration
698     {
RegisteredArrayDeclaration()699         internal RegisteredArrayDeclaration() { }
700         public System.Web.UI.Control Control { get { throw null; } }
701         public string Name { get { throw null; } }
702         public string Value { get { throw null; } }
703     }
704     public sealed partial class RegisteredDisposeScript
705     {
RegisteredDisposeScript()706         internal RegisteredDisposeScript() { }
707         public System.Web.UI.Control Control { get { throw null; } }
708         public string Script { get { throw null; } }
709     }
710     public sealed partial class RegisteredExpandoAttribute
711     {
RegisteredExpandoAttribute()712         internal RegisteredExpandoAttribute() { }
713         public System.Web.UI.Control Control { get { throw null; } }
714         public string ControlId { get { throw null; } }
715         public bool Encode { get { throw null; } }
716         public string Name { get { throw null; } }
717         public string Value { get { throw null; } }
718     }
719     public sealed partial class RegisteredHiddenField
720     {
RegisteredHiddenField()721         internal RegisteredHiddenField() { }
722         public System.Web.UI.Control Control { get { throw null; } }
723         public string InitialValue { get { throw null; } }
724         public string Name { get { throw null; } }
725     }
726     public sealed partial class RegisteredScript
727     {
RegisteredScript()728         internal RegisteredScript() { }
729         public bool AddScriptTags { get { throw null; } }
730         public System.Web.UI.Control Control { get { throw null; } }
731         public string Key { get { throw null; } }
732         public string Script { get { throw null; } }
733         public System.Web.UI.RegisteredScriptType ScriptType { get { throw null; } }
734         public System.Type Type { get { throw null; } }
735         public string Url { get { throw null; } }
736     }
737     public enum RegisteredScriptType
738     {
739         ClientScriptBlock = 1,
740         ClientScriptInclude = 0,
741         ClientStartupScript = 2,
742         OnSubmitStatement = 3,
743     }
744     [System.ComponentModel.DefaultPropertyAttribute("Path")]
745     [System.ComponentModel.TypeConverterAttribute("System.Web.UI.EmptyStringExpandableObjectConverter")]
746     public partial class RoleServiceManager
747     {
RoleServiceManager()748         public RoleServiceManager() { }
749         [System.ComponentModel.CategoryAttribute("Behavior")]
750         [System.ComponentModel.DefaultValueAttribute(false)]
751         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
752         public bool LoadRoles { get { throw null; } set { } }
753         [System.ComponentModel.CategoryAttribute("Behavior")]
754         [System.ComponentModel.DefaultValueAttribute("")]
755         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
756         [System.Web.UI.UrlPropertyAttribute]
757         public string Path { get { throw null; } set { } }
758     }
759     public partial class ScriptBehaviorDescriptor : System.Web.UI.ScriptComponentDescriptor
760     {
ScriptBehaviorDescriptor(string type, string elementID)761         public ScriptBehaviorDescriptor(string type, string elementID) : base (default(string)) { }
762         public override string ClientID { get { throw null; } }
763         public string ElementID { get { throw null; } }
764         public string Name { get { throw null; } set { } }
GetScript()765         protected internal override string GetScript() { throw null; }
766     }
767     public partial class ScriptComponentDescriptor : System.Web.UI.ScriptDescriptor
768     {
ScriptComponentDescriptor(string type)769         public ScriptComponentDescriptor(string type) { }
770         public virtual string ClientID { get { throw null; } }
771         public virtual string ID { get { throw null; } set { } }
772         public string Type { get { throw null; } set { } }
AddComponentProperty(string name, string componentID)773         public void AddComponentProperty(string name, string componentID) { }
AddElementProperty(string name, string elementID)774         public void AddElementProperty(string name, string elementID) { }
AddEvent(string name, string handler)775         public void AddEvent(string name, string handler) { }
AddProperty(string name, object value)776         public void AddProperty(string name, object value) { }
AddScriptProperty(string name, string script)777         public void AddScriptProperty(string name, string script) { }
GetScript()778         protected internal override string GetScript() { throw null; }
779     }
780     public abstract partial class ScriptControl : System.Web.UI.WebControls.WebControl, System.Web.UI.IScriptControl
781     {
ScriptControl()782         protected ScriptControl() { }
GetScriptDescriptors()783         protected abstract System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor> GetScriptDescriptors();
GetScriptReferences()784         protected abstract System.Collections.Generic.IEnumerable<System.Web.UI.ScriptReference> GetScriptReferences();
OnPreRender(System.EventArgs e)785         protected internal override void OnPreRender(System.EventArgs e) { }
Render(System.Web.UI.HtmlTextWriter writer)786         protected internal override void Render(System.Web.UI.HtmlTextWriter writer) { }
System.Web.UI.IScriptControl.GetScriptDescriptors()787         System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor> System.Web.UI.IScriptControl.GetScriptDescriptors() { throw null; }
System.Web.UI.IScriptControl.GetScriptReferences()788         System.Collections.Generic.IEnumerable<System.Web.UI.ScriptReference> System.Web.UI.IScriptControl.GetScriptReferences() { throw null; }
789     }
790     public partial class ScriptControlDescriptor : System.Web.UI.ScriptComponentDescriptor
791     {
ScriptControlDescriptor(string type, string elementID)792         public ScriptControlDescriptor(string type, string elementID) : base (default(string)) { }
793         public override string ClientID { get { throw null; } }
794         public string ElementID { get { throw null; } }
795         public override string ID { get { throw null; } set { } }
796     }
797     public abstract partial class ScriptDescriptor
798     {
ScriptDescriptor()799         protected ScriptDescriptor() { }
GetScript()800         protected internal abstract string GetScript();
801     }
802     [System.ComponentModel.DefaultPropertyAttribute("Scripts")]
803     [System.ComponentModel.DesignerAttribute("System.Web.UI.Design.ScriptManagerDesigner, System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
804     [System.Web.UI.NonVisualControlAttribute]
805     [System.Web.UI.ParseChildrenAttribute(true)]
806     [System.Web.UI.PersistChildrenAttribute(false)]
807     public partial class ScriptManager : System.Web.UI.Control, System.Web.UI.IPostBackDataHandler, System.Web.UI.IPostBackEventHandler
808     {
ScriptManager()809         public ScriptManager() { }
810         [System.ComponentModel.BrowsableAttribute(false)]
811         public virtual System.Reflection.Assembly AjaxFrameworkAssembly { get { throw null; } }
812         [System.ComponentModel.CategoryAttribute("Behavior")]
813         [System.ComponentModel.DefaultValueAttribute((System.Web.UI.AjaxFrameworkMode)(0))]
814         public System.Web.UI.AjaxFrameworkMode AjaxFrameworkMode { get { throw null; } set { } }
815         [System.ComponentModel.CategoryAttribute("Behavior")]
816         [System.ComponentModel.DefaultValueAttribute(true)]
817         public bool AllowCustomErrorsRedirect { get { throw null; } set { } }
818         [System.ComponentModel.CategoryAttribute("Behavior")]
819         [System.ComponentModel.DefaultValueAttribute("")]
820         public string AsyncPostBackErrorMessage { get { throw null; } set { } }
821         [System.ComponentModel.BrowsableAttribute(false)]
822         public string AsyncPostBackSourceElementID { get { throw null; } }
823         [System.ComponentModel.CategoryAttribute("Behavior")]
824         [System.ComponentModel.DefaultValueAttribute(90)]
825         public int AsyncPostBackTimeout { get { throw null; } set { } }
826         [System.ComponentModel.CategoryAttribute("Behavior")]
827         [System.ComponentModel.DefaultValueAttribute(null)]
828         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
829         [System.ComponentModel.MergablePropertyAttribute(false)]
830         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
831         public System.Web.UI.AuthenticationServiceManager AuthenticationService { get { throw null; } }
832         [System.ComponentModel.CategoryAttribute("Behavior")]
833         [System.ComponentModel.DefaultValueAttribute("")]
834         public string ClientNavigateHandler { get { throw null; } set { } }
835         [System.ComponentModel.CategoryAttribute("Behavior")]
836         [System.ComponentModel.DefaultValueAttribute(null)]
837         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
838         [System.ComponentModel.MergablePropertyAttribute(false)]
839         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
840         public System.Web.UI.CompositeScriptReference CompositeScript { get { throw null; } }
841         [System.ComponentModel.CategoryAttribute("Appearance")]
842         [System.ComponentModel.DefaultValueAttribute("")]
843         [System.ComponentModel.EditorAttribute(typeof(System.Web.UI.Design.UrlEditor), typeof(System.Drawing.Design.UITypeEditor))]
844         [System.Web.UI.UrlPropertyAttribute]
845         public virtual string EmptyPageUrl { get { throw null; } set { } }
846         [System.ComponentModel.CategoryAttribute("Behavior")]
847         [System.ComponentModel.DefaultValueAttribute(false)]
848         public bool EnableCdn { get { throw null; } set { } }
849         [System.ComponentModel.CategoryAttribute("Behavior")]
850         [System.ComponentModel.DefaultValueAttribute(true)]
851         public bool EnableCdnFallback { get { throw null; } set { } }
852         [System.ComponentModel.CategoryAttribute("Behavior")]
853         [System.ComponentModel.DefaultValueAttribute(false)]
854         public bool EnableHistory { get { throw null; } set { } }
855         [System.ComponentModel.CategoryAttribute("Behavior")]
856         [System.ComponentModel.DefaultValueAttribute(false)]
857         public bool EnablePageMethods { get { throw null; } set { } }
858         [System.ComponentModel.CategoryAttribute("Behavior")]
859         [System.ComponentModel.DefaultValueAttribute(true)]
860         public bool EnablePartialRendering { get { throw null; } set { } }
861         [System.ComponentModel.CategoryAttribute("Behavior")]
862         [System.ComponentModel.DefaultValueAttribute(false)]
863         public bool EnableScriptGlobalization { get { throw null; } set { } }
864         [System.ComponentModel.CategoryAttribute("Behavior")]
865         [System.ComponentModel.DefaultValueAttribute(true)]
866         public bool EnableScriptLocalization { get { throw null; } set { } }
867         [System.ComponentModel.CategoryAttribute("Behavior")]
868         [System.ComponentModel.DefaultValueAttribute(true)]
869         public bool EnableSecureHistoryState { get { throw null; } set { } }
870         [System.ComponentModel.BrowsableAttribute(false)]
871         public bool IsDebuggingEnabled { get { throw null; } }
872         [System.ComponentModel.BrowsableAttribute(false)]
873         public bool IsInAsyncPostBack { get { throw null; } }
874         [System.ComponentModel.BrowsableAttribute(false)]
875         public bool IsNavigating { get { throw null; } }
876         [System.ComponentModel.CategoryAttribute("Behavior")]
877         [System.ComponentModel.DefaultValueAttribute(true)]
878         public bool LoadScriptsBeforeUI { get { throw null; } set { } }
879         [System.ComponentModel.CategoryAttribute("Behavior")]
880         [System.ComponentModel.DefaultValueAttribute(null)]
881         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
882         [System.ComponentModel.MergablePropertyAttribute(false)]
883         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
884         public System.Web.UI.ProfileServiceManager ProfileService { get { throw null; } }
885         [System.ComponentModel.CategoryAttribute("Behavior")]
886         [System.ComponentModel.DefaultValueAttribute(null)]
887         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
888         [System.ComponentModel.MergablePropertyAttribute(false)]
889         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
890         public System.Web.UI.RoleServiceManager RoleService { get { throw null; } }
891         [System.ComponentModel.CategoryAttribute("Behavior")]
892         [System.ComponentModel.DefaultValueAttribute((System.Web.UI.ScriptMode)(0))]
893         public System.Web.UI.ScriptMode ScriptMode { get { throw null; } set { } }
894         [System.ComponentModel.CategoryAttribute("Behavior")]
895         [System.ComponentModel.DefaultValueAttribute("")]
896         [System.ObsoleteAttribute("This property is obsolete. Set the Path property on each individual ScriptReference instead.")]
897         public string ScriptPath { get { throw null; } set { } }
898         public static System.Web.UI.ScriptResourceMapping ScriptResourceMapping { get { throw null; } }
899         [System.ComponentModel.CategoryAttribute("Behavior")]
900         [System.ComponentModel.DefaultValueAttribute(null)]
901         [System.ComponentModel.EditorAttribute("System.Web.UI.Design.CollectionEditorBase, System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", typeof(System.Drawing.Design.UITypeEditor))]
902         [System.ComponentModel.MergablePropertyAttribute(false)]
903         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
904         public System.Web.UI.ScriptReferenceCollection Scripts { get { throw null; } }
905         [System.ComponentModel.CategoryAttribute("Behavior")]
906         [System.ComponentModel.DefaultValueAttribute(null)]
907         [System.ComponentModel.EditorAttribute("System.Web.UI.Design.ServiceReferenceCollectionEditor, System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", typeof(System.Drawing.Design.UITypeEditor))]
908         [System.ComponentModel.MergablePropertyAttribute(false)]
909         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
910         public System.Web.UI.ServiceReferenceCollection Services { get { throw null; } }
911         [System.ComponentModel.BrowsableAttribute(false)]
912         [System.ComponentModel.DefaultValueAttribute(true)]
913         public bool SupportsPartialRendering { get { throw null; } set { } }
914         [System.ComponentModel.BrowsableAttribute(false)]
915         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
916         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
917         public override bool Visible { get { throw null; } set { } }
918         [System.ComponentModel.CategoryAttribute("Action")]
919         public event System.EventHandler<System.Web.UI.AsyncPostBackErrorEventArgs> AsyncPostBackError { add { } remove { } }
920         [System.ComponentModel.CategoryAttribute("Action")]
921         public event System.EventHandler<System.Web.UI.HistoryEventArgs> Navigate { add { } remove { } }
922         [System.ComponentModel.CategoryAttribute("Action")]
923         public event System.EventHandler<System.Web.UI.CompositeScriptReferenceEventArgs> ResolveCompositeScriptReference { add { } remove { } }
924         [System.ComponentModel.CategoryAttribute("Action")]
925         public event System.EventHandler<System.Web.UI.ScriptReferenceEventArgs> ResolveScriptReference { add { } remove { } }
AddHistoryPoint(System.Collections.Specialized.NameValueCollection state, string title)926         public void AddHistoryPoint(System.Collections.Specialized.NameValueCollection state, string title) { }
AddHistoryPoint(string key, string value)927         public void AddHistoryPoint(string key, string value) { }
AddHistoryPoint(string key, string value, string title)928         public void AddHistoryPoint(string key, string value, string title) { }
GetCurrent(System.Web.UI.Page page)929         public static System.Web.UI.ScriptManager GetCurrent(System.Web.UI.Page page) { throw null; }
GetRegisteredArrayDeclarations()930         public System.Collections.ObjectModel.ReadOnlyCollection<System.Web.UI.RegisteredArrayDeclaration> GetRegisteredArrayDeclarations() { throw null; }
GetRegisteredClientScriptBlocks()931         public System.Collections.ObjectModel.ReadOnlyCollection<System.Web.UI.RegisteredScript> GetRegisteredClientScriptBlocks() { throw null; }
GetRegisteredDisposeScripts()932         public System.Collections.ObjectModel.ReadOnlyCollection<System.Web.UI.RegisteredDisposeScript> GetRegisteredDisposeScripts() { throw null; }
GetRegisteredExpandoAttributes()933         public System.Collections.ObjectModel.ReadOnlyCollection<System.Web.UI.RegisteredExpandoAttribute> GetRegisteredExpandoAttributes() { throw null; }
GetRegisteredHiddenFields()934         public System.Collections.ObjectModel.ReadOnlyCollection<System.Web.UI.RegisteredHiddenField> GetRegisteredHiddenFields() { throw null; }
GetRegisteredOnSubmitStatements()935         public System.Collections.ObjectModel.ReadOnlyCollection<System.Web.UI.RegisteredScript> GetRegisteredOnSubmitStatements() { throw null; }
GetRegisteredStartupScripts()936         public System.Collections.ObjectModel.ReadOnlyCollection<System.Web.UI.RegisteredScript> GetRegisteredStartupScripts() { throw null; }
GetStateString()937         public string GetStateString() { throw null; }
LoadPostData(string postDataKey, System.Collections.Specialized.NameValueCollection postCollection)938         protected virtual bool LoadPostData(string postDataKey, System.Collections.Specialized.NameValueCollection postCollection) { throw null; }
OnAsyncPostBackError(System.Web.UI.AsyncPostBackErrorEventArgs e)939         protected internal virtual void OnAsyncPostBackError(System.Web.UI.AsyncPostBackErrorEventArgs e) { }
OnInit(System.EventArgs e)940         protected internal override void OnInit(System.EventArgs e) { }
OnPreRender(System.EventArgs e)941         protected internal override void OnPreRender(System.EventArgs e) { }
OnResolveCompositeScriptReference(System.Web.UI.CompositeScriptReferenceEventArgs e)942         protected virtual void OnResolveCompositeScriptReference(System.Web.UI.CompositeScriptReferenceEventArgs e) { }
OnResolveScriptReference(System.Web.UI.ScriptReferenceEventArgs e)943         protected virtual void OnResolveScriptReference(System.Web.UI.ScriptReferenceEventArgs e) { }
RaisePostBackEvent(string eventArgument)944         protected virtual void RaisePostBackEvent(string eventArgument) { }
RaisePostDataChangedEvent()945         protected virtual void RaisePostDataChangedEvent() { }
RegisterArrayDeclaration(System.Web.UI.Control control, string arrayName, string arrayValue)946         public static void RegisterArrayDeclaration(System.Web.UI.Control control, string arrayName, string arrayValue) { }
RegisterArrayDeclaration(System.Web.UI.Page page, string arrayName, string arrayValue)947         public static void RegisterArrayDeclaration(System.Web.UI.Page page, string arrayName, string arrayValue) { }
RegisterAsyncPostBackControl(System.Web.UI.Control control)948         public void RegisterAsyncPostBackControl(System.Web.UI.Control control) { }
RegisterClientScriptBlock(System.Web.UI.Control control, System.Type type, string key, string script, bool addScriptTags)949         public static void RegisterClientScriptBlock(System.Web.UI.Control control, System.Type type, string key, string script, bool addScriptTags) { }
RegisterClientScriptBlock(System.Web.UI.Page page, System.Type type, string key, string script, bool addScriptTags)950         public static void RegisterClientScriptBlock(System.Web.UI.Page page, System.Type type, string key, string script, bool addScriptTags) { }
RegisterClientScriptInclude(System.Web.UI.Control control, System.Type type, string key, string url)951         public static void RegisterClientScriptInclude(System.Web.UI.Control control, System.Type type, string key, string url) { }
RegisterClientScriptInclude(System.Web.UI.Page page, System.Type type, string key, string url)952         public static void RegisterClientScriptInclude(System.Web.UI.Page page, System.Type type, string key, string url) { }
RegisterClientScriptResource(System.Web.UI.Control control, System.Type type, string resourceName)953         public static void RegisterClientScriptResource(System.Web.UI.Control control, System.Type type, string resourceName) { }
RegisterClientScriptResource(System.Web.UI.Page page, System.Type type, string resourceName)954         public static void RegisterClientScriptResource(System.Web.UI.Page page, System.Type type, string resourceName) { }
RegisterDataItem(System.Web.UI.Control control, string dataItem)955         public void RegisterDataItem(System.Web.UI.Control control, string dataItem) { }
RegisterDataItem(System.Web.UI.Control control, string dataItem, bool isJsonSerialized)956         public void RegisterDataItem(System.Web.UI.Control control, string dataItem, bool isJsonSerialized) { }
RegisterDispose(System.Web.UI.Control control, string disposeScript)957         public void RegisterDispose(System.Web.UI.Control control, string disposeScript) { }
RegisterExpandoAttribute(System.Web.UI.Control control, string controlId, string attributeName, string attributeValue, bool encode)958         public static void RegisterExpandoAttribute(System.Web.UI.Control control, string controlId, string attributeName, string attributeValue, bool encode) { }
959         public void RegisterExtenderControl<TExtenderControl>(TExtenderControl extenderControl, System.Web.UI.Control targetControl) where TExtenderControl : System.Web.UI.Control, System.Web.UI.IExtenderControl { }
RegisterHiddenField(System.Web.UI.Control control, string hiddenFieldName, string hiddenFieldInitialValue)960         public static void RegisterHiddenField(System.Web.UI.Control control, string hiddenFieldName, string hiddenFieldInitialValue) { }
RegisterHiddenField(System.Web.UI.Page page, string hiddenFieldName, string hiddenFieldInitialValue)961         public static void RegisterHiddenField(System.Web.UI.Page page, string hiddenFieldName, string hiddenFieldInitialValue) { }
RegisterNamedClientScriptResource(System.Web.UI.Control control, string resourceName)962         public static void RegisterNamedClientScriptResource(System.Web.UI.Control control, string resourceName) { }
RegisterNamedClientScriptResource(System.Web.UI.Page page, string resourceName)963         public static void RegisterNamedClientScriptResource(System.Web.UI.Page page, string resourceName) { }
RegisterOnSubmitStatement(System.Web.UI.Control control, System.Type type, string key, string script)964         public static void RegisterOnSubmitStatement(System.Web.UI.Control control, System.Type type, string key, string script) { }
RegisterOnSubmitStatement(System.Web.UI.Page page, System.Type type, string key, string script)965         public static void RegisterOnSubmitStatement(System.Web.UI.Page page, System.Type type, string key, string script) { }
RegisterPostBackControl(System.Web.UI.Control control)966         public void RegisterPostBackControl(System.Web.UI.Control control) { }
967         public void RegisterScriptControl<TScriptControl>(TScriptControl scriptControl) where TScriptControl : System.Web.UI.Control, System.Web.UI.IScriptControl { }
RegisterScriptDescriptors(System.Web.UI.IExtenderControl extenderControl)968         public void RegisterScriptDescriptors(System.Web.UI.IExtenderControl extenderControl) { }
RegisterScriptDescriptors(System.Web.UI.IScriptControl scriptControl)969         public void RegisterScriptDescriptors(System.Web.UI.IScriptControl scriptControl) { }
RegisterStartupScript(System.Web.UI.Control control, System.Type type, string key, string script, bool addScriptTags)970         public static void RegisterStartupScript(System.Web.UI.Control control, System.Type type, string key, string script, bool addScriptTags) { }
RegisterStartupScript(System.Web.UI.Page page, System.Type type, string key, string script, bool addScriptTags)971         public static void RegisterStartupScript(System.Web.UI.Page page, System.Type type, string key, string script, bool addScriptTags) { }
Render(System.Web.UI.HtmlTextWriter writer)972         protected internal override void Render(System.Web.UI.HtmlTextWriter writer) { }
SetFocus(string clientID)973         public void SetFocus(string clientID) { }
SetFocus(System.Web.UI.Control control)974         public void SetFocus(System.Web.UI.Control control) { }
System.Web.UI.IPostBackDataHandler.LoadPostData(string postDataKey, System.Collections.Specialized.NameValueCollection postCollection)975         bool System.Web.UI.IPostBackDataHandler.LoadPostData(string postDataKey, System.Collections.Specialized.NameValueCollection postCollection) { throw null; }
System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent()976         void System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent() { }
System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(string eventArgument)977         void System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(string eventArgument) { }
978     }
979     [System.ComponentModel.DefaultPropertyAttribute("Scripts")]
980     [System.ComponentModel.DesignerAttribute("System.Web.UI.Design.ScriptManagerProxyDesigner, System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
981     [System.Web.UI.NonVisualControlAttribute]
982     [System.Web.UI.ParseChildrenAttribute(true)]
983     [System.Web.UI.PersistChildrenAttribute(false)]
984     public partial class ScriptManagerProxy : System.Web.UI.Control
985     {
ScriptManagerProxy()986         public ScriptManagerProxy() { }
987         [System.ComponentModel.CategoryAttribute("Behavior")]
988         [System.ComponentModel.DefaultValueAttribute(null)]
989         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
990         [System.ComponentModel.MergablePropertyAttribute(false)]
991         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
992         public System.Web.UI.AuthenticationServiceManager AuthenticationService { get { throw null; } }
993         [System.ComponentModel.CategoryAttribute("Behavior")]
994         [System.ComponentModel.DefaultValueAttribute(null)]
995         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
996         [System.ComponentModel.MergablePropertyAttribute(false)]
997         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
998         public System.Web.UI.CompositeScriptReference CompositeScript { get { throw null; } }
999         [System.ComponentModel.CategoryAttribute("Behavior")]
1000         [System.ComponentModel.DefaultValueAttribute(null)]
1001         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
1002         [System.ComponentModel.MergablePropertyAttribute(false)]
1003         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1004         public System.Web.UI.ProfileServiceManager ProfileService { get { throw null; } }
1005         [System.ComponentModel.CategoryAttribute("Behavior")]
1006         [System.ComponentModel.DefaultValueAttribute(null)]
1007         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
1008         [System.ComponentModel.MergablePropertyAttribute(false)]
1009         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1010         public System.Web.UI.RoleServiceManager RoleService { get { throw null; } }
1011         [System.ComponentModel.CategoryAttribute("Behavior")]
1012         [System.ComponentModel.DefaultValueAttribute(null)]
1013         [System.ComponentModel.EditorAttribute("System.Web.UI.Design.CollectionEditorBase, System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", typeof(System.Drawing.Design.UITypeEditor))]
1014         [System.ComponentModel.MergablePropertyAttribute(false)]
1015         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1016         public System.Web.UI.ScriptReferenceCollection Scripts { get { throw null; } }
1017         [System.ComponentModel.CategoryAttribute("Behavior")]
1018         [System.ComponentModel.DefaultValueAttribute(null)]
1019         [System.ComponentModel.EditorAttribute("System.Web.UI.Design.ServiceReferenceCollectionEditor, System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", typeof(System.Drawing.Design.UITypeEditor))]
1020         [System.ComponentModel.MergablePropertyAttribute(false)]
1021         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1022         public System.Web.UI.ServiceReferenceCollection Services { get { throw null; } }
1023         [System.ComponentModel.BrowsableAttribute(false)]
1024         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1025         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1026         public override bool Visible { get { throw null; } set { } }
1027         [System.ComponentModel.CategoryAttribute("Action")]
1028         public event System.EventHandler<System.Web.UI.HistoryEventArgs> Navigate { add { } remove { } }
OnInit(System.EventArgs e)1029         protected internal override void OnInit(System.EventArgs e) { }
1030     }
1031     public enum ScriptMode
1032     {
1033         Auto = 0,
1034         Debug = 2,
1035         Inherit = 1,
1036         Release = 3,
1037     }
1038     [System.ComponentModel.DefaultPropertyAttribute("Path")]
1039     public partial class ScriptReference : System.Web.UI.ScriptReferenceBase
1040     {
ScriptReference()1041         public ScriptReference() { }
ScriptReference(string path)1042         public ScriptReference(string path) { }
ScriptReference(string name, string assembly)1043         public ScriptReference(string name, string assembly) { }
1044         [System.ComponentModel.CategoryAttribute("Behavior")]
1045         [System.ComponentModel.DefaultValueAttribute("")]
1046         public string Assembly { get { throw null; } set { } }
1047         [System.ComponentModel.CategoryAttribute("Behavior")]
1048         [System.ComponentModel.DefaultValueAttribute(false)]
1049         [System.ObsoleteAttribute("This property is obsolete. Instead of using ScriptManager.ScriptPath, set the Path property on each individual ScriptReference.")]
1050         public bool IgnoreScriptPath { get { throw null; } set { } }
1051         [System.ComponentModel.CategoryAttribute("Behavior")]
1052         [System.ComponentModel.DefaultValueAttribute("")]
1053         public string Name { get { throw null; } set { } }
GetUrl(System.Web.UI.ScriptManager scriptManager, bool zip)1054         protected internal override string GetUrl(System.Web.UI.ScriptManager scriptManager, bool zip) { throw null; }
IsAjaxFrameworkScript(System.Web.UI.ScriptManager scriptManager)1055         protected internal override bool IsAjaxFrameworkScript(System.Web.UI.ScriptManager scriptManager) { throw null; }
1056         [System.ObsoleteAttribute("This method is obsolete. Use IsAjaxFrameworkScript(ScriptManager) instead.")]
IsFromSystemWebExtensions()1057         protected internal override bool IsFromSystemWebExtensions() { throw null; }
ToString()1058         public override string ToString() { throw null; }
1059     }
1060     [System.ComponentModel.DefaultPropertyAttribute("Path")]
1061     public abstract partial class ScriptReferenceBase
1062     {
ScriptReferenceBase()1063         protected ScriptReferenceBase() { }
1064         [System.ComponentModel.CategoryAttribute("Behavior")]
1065         [System.ComponentModel.DefaultValueAttribute(true)]
1066         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
1067         [System.ObsoleteAttribute("NotifyScriptLoaded is no longer required in script references.")]
1068         public bool NotifyScriptLoaded { get { throw null; } set { } }
1069         [System.ComponentModel.CategoryAttribute("Behavior")]
1070         [System.ComponentModel.DefaultValueAttribute("")]
1071         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
1072         [System.Web.UI.UrlPropertyAttribute("*.js")]
1073         public string Path { get { throw null; } set { } }
1074         [System.ComponentModel.CategoryAttribute("Behavior")]
1075         [System.ComponentModel.DefaultValueAttribute(null)]
1076         [System.ComponentModel.MergablePropertyAttribute(false)]
1077         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
1078         [System.ComponentModel.TypeConverterAttribute(typeof(System.Web.UI.WebControls.StringArrayConverter))]
1079         public string[] ResourceUICultures { get { throw null; } set { } }
1080         [System.ComponentModel.CategoryAttribute("Behavior")]
1081         [System.ComponentModel.DefaultValueAttribute((System.Web.UI.ScriptMode)(0))]
1082         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
1083         public System.Web.UI.ScriptMode ScriptMode { get { throw null; } set { } }
GetUrl(System.Web.UI.ScriptManager scriptManager, bool zip)1084         protected internal abstract string GetUrl(System.Web.UI.ScriptManager scriptManager, bool zip);
IsAjaxFrameworkScript(System.Web.UI.ScriptManager scriptManager)1085         protected internal virtual bool IsAjaxFrameworkScript(System.Web.UI.ScriptManager scriptManager) { throw null; }
1086         [System.ObsoleteAttribute("Use IsAjaxFrameworkScript(ScriptManager)")]
IsFromSystemWebExtensions()1087         protected internal abstract bool IsFromSystemWebExtensions();
ReplaceExtension(string pathOrName)1088         protected static string ReplaceExtension(string pathOrName) { throw null; }
1089     }
1090     public partial class ScriptReferenceCollection : System.Collections.ObjectModel.Collection<System.Web.UI.ScriptReference>
1091     {
ScriptReferenceCollection()1092         public ScriptReferenceCollection() { }
1093     }
1094     public partial class ScriptReferenceEventArgs : System.EventArgs
1095     {
ScriptReferenceEventArgs(System.Web.UI.ScriptReference script)1096         public ScriptReferenceEventArgs(System.Web.UI.ScriptReference script) { }
1097         public System.Web.UI.ScriptReference Script { get { throw null; } }
1098     }
1099     [System.AttributeUsageAttribute((System.AttributeTargets)(1), AllowMultiple=true)]
1100     public sealed partial class ScriptResourceAttribute : System.Attribute
1101     {
ScriptResourceAttribute(string scriptName)1102         public ScriptResourceAttribute(string scriptName) { }
ScriptResourceAttribute(string scriptName, string stringResourceName, string stringResourceClientTypeName)1103         public ScriptResourceAttribute(string scriptName, string stringResourceName, string stringResourceClientTypeName) { }
1104         public string ScriptName { get { throw null; } }
1105         [System.ObsoleteAttribute("This property is obsolete. Use StringResourceName instead.")]
1106         public string ScriptResourceName { get { throw null; } }
1107         public string StringResourceClientTypeName { get { throw null; } }
1108         public string StringResourceName { get { throw null; } }
1109         [System.ObsoleteAttribute("This property is obsolete. Use StringResourceClientTypeName instead.")]
1110         public string TypeName { get { throw null; } }
1111     }
1112     public partial class ScriptResourceDefinition
1113     {
ScriptResourceDefinition()1114         public ScriptResourceDefinition() { }
1115         public string CdnDebugPath { get { throw null; } set { } }
1116         public string CdnPath { get { throw null; } set { } }
1117         public bool CdnSupportsSecureConnection { get { throw null; } set { } }
1118         public string DebugPath { get { throw null; } set { } }
1119         public string LoadSuccessExpression { get { throw null; } set { } }
1120         public string Path { get { throw null; } set { } }
1121         public System.Reflection.Assembly ResourceAssembly { get { throw null; } set { } }
1122         public string ResourceName { get { throw null; } set { } }
1123     }
1124     public partial class ScriptResourceMapping
1125     {
ScriptResourceMapping()1126         public ScriptResourceMapping() { }
AddDefinition(string name, System.Reflection.Assembly assembly, System.Web.UI.ScriptResourceDefinition definition)1127         public void AddDefinition(string name, System.Reflection.Assembly assembly, System.Web.UI.ScriptResourceDefinition definition) { }
AddDefinition(string name, System.Web.UI.ScriptResourceDefinition definition)1128         public void AddDefinition(string name, System.Web.UI.ScriptResourceDefinition definition) { }
Clear()1129         public void Clear() { }
GetDefinition(string name)1130         public System.Web.UI.ScriptResourceDefinition GetDefinition(string name) { throw null; }
GetDefinition(string name, System.Reflection.Assembly assembly)1131         public System.Web.UI.ScriptResourceDefinition GetDefinition(string name, System.Reflection.Assembly assembly) { throw null; }
GetDefinition(System.Web.UI.ScriptReference scriptReference)1132         public System.Web.UI.ScriptResourceDefinition GetDefinition(System.Web.UI.ScriptReference scriptReference) { throw null; }
RemoveDefinition(string name)1133         public System.Web.UI.ScriptResourceDefinition RemoveDefinition(string name) { throw null; }
RemoveDefinition(string name, System.Reflection.Assembly assembly)1134         public System.Web.UI.ScriptResourceDefinition RemoveDefinition(string name, System.Reflection.Assembly assembly) { throw null; }
1135     }
1136     [System.ComponentModel.DefaultPropertyAttribute("Path")]
1137     public partial class ServiceReference
1138     {
ServiceReference()1139         public ServiceReference() { }
ServiceReference(string path)1140         public ServiceReference(string path) { }
1141         [System.ComponentModel.CategoryAttribute("Behavior")]
1142         [System.ComponentModel.DefaultValueAttribute(false)]
1143         public virtual bool InlineScript { get { throw null; } set { } }
1144         [System.ComponentModel.CategoryAttribute("Behavior")]
1145         [System.ComponentModel.DefaultValueAttribute("")]
1146         [System.Web.UI.UrlPropertyAttribute]
1147         public virtual string Path { get { throw null; } set { } }
GetProxyScript(System.Web.UI.ScriptManager scriptManager, System.Web.UI.Control containingControl)1148         protected internal virtual string GetProxyScript(System.Web.UI.ScriptManager scriptManager, System.Web.UI.Control containingControl) { throw null; }
GetProxyUrl(System.Web.UI.ScriptManager scriptManager, System.Web.UI.Control containingControl)1149         protected internal virtual string GetProxyUrl(System.Web.UI.ScriptManager scriptManager, System.Web.UI.Control containingControl) { throw null; }
ToString()1150         public override string ToString() { throw null; }
1151     }
1152     public partial class ServiceReferenceCollection : System.Collections.ObjectModel.Collection<System.Web.UI.ServiceReference>
1153     {
ServiceReferenceCollection()1154         public ServiceReferenceCollection() { }
1155     }
1156     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=true)]
1157     public sealed partial class TargetControlTypeAttribute : System.Attribute
1158     {
TargetControlTypeAttribute(System.Type targetControlType)1159         public TargetControlTypeAttribute(System.Type targetControlType) { }
1160         public System.Type TargetControlType { get { throw null; } }
1161         public override object TypeId { get { throw null; } }
1162     }
1163     [System.ComponentModel.DefaultEventAttribute("Tick")]
1164     [System.ComponentModel.DefaultPropertyAttribute("Interval")]
1165     [System.ComponentModel.DesignerAttribute("System.Web.UI.Design.TimerDesigner, System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
1166     [System.Web.UI.NonVisualControlAttribute]
1167     [System.Web.UI.SupportsEventValidationAttribute]
1168     public partial class Timer : System.Web.UI.Control, System.Web.UI.IPostBackEventHandler, System.Web.UI.IScriptControl
1169     {
Timer()1170         public Timer() { }
1171         [System.ComponentModel.CategoryAttribute("Behavior")]
1172         [System.ComponentModel.DefaultValueAttribute(true)]
1173         public bool Enabled { get { throw null; } set { } }
1174         [System.ComponentModel.CategoryAttribute("Behavior")]
1175         [System.ComponentModel.DefaultValueAttribute(60000)]
1176         public int Interval { get { throw null; } set { } }
1177         [System.ComponentModel.BrowsableAttribute(false)]
1178         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1179         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1180         public override bool Visible { get { throw null; } set { } }
1181         [System.ComponentModel.CategoryAttribute("Action")]
1182         public event System.EventHandler<System.EventArgs> Tick { add { } remove { } }
GetScriptDescriptors()1183         protected virtual System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor> GetScriptDescriptors() { throw null; }
GetScriptReferences()1184         protected virtual System.Collections.Generic.IEnumerable<System.Web.UI.ScriptReference> GetScriptReferences() { throw null; }
OnPreRender(System.EventArgs e)1185         protected internal override void OnPreRender(System.EventArgs e) { }
OnTick(System.EventArgs e)1186         protected virtual void OnTick(System.EventArgs e) { }
RaisePostBackEvent(string eventArgument)1187         protected virtual void RaisePostBackEvent(string eventArgument) { }
Render(System.Web.UI.HtmlTextWriter writer)1188         protected internal override void Render(System.Web.UI.HtmlTextWriter writer) { }
System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(string eventArgument)1189         void System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(string eventArgument) { }
System.Web.UI.IScriptControl.GetScriptDescriptors()1190         System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor> System.Web.UI.IScriptControl.GetScriptDescriptors() { throw null; }
System.Web.UI.IScriptControl.GetScriptReferences()1191         System.Collections.Generic.IEnumerable<System.Web.UI.ScriptReference> System.Web.UI.IScriptControl.GetScriptReferences() { throw null; }
1192     }
1193     [System.ComponentModel.DefaultPropertyAttribute("Triggers")]
1194     [System.ComponentModel.DesignerAttribute("System.Web.UI.Design.UpdatePanelDesigner, System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
1195     [System.Web.UI.ParseChildrenAttribute(true)]
1196     [System.Web.UI.PersistChildrenAttribute(false)]
1197     public partial class UpdatePanel : System.Web.UI.Control, System.Web.UI.IAttributeAccessor
1198     {
UpdatePanel()1199         public UpdatePanel() { }
1200         [System.ComponentModel.BrowsableAttribute(false)]
1201         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1202         public System.Web.UI.AttributeCollection Attributes { get { throw null; } }
1203         [System.ComponentModel.CategoryAttribute("Behavior")]
1204         [System.ComponentModel.DefaultValueAttribute(true)]
1205         public bool ChildrenAsTriggers { get { throw null; } set { } }
1206         [System.ComponentModel.BrowsableAttribute(false)]
1207         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1208         [System.Web.UI.TemplateInstanceAttribute((System.Web.UI.TemplateInstance)(1))]
1209         public System.Web.UI.ITemplate ContentTemplate { get { throw null; } set { } }
1210         [System.ComponentModel.BrowsableAttribute(false)]
1211         public System.Web.UI.Control ContentTemplateContainer { get { throw null; } }
1212         public sealed override System.Web.UI.ControlCollection Controls { get { throw null; } }
1213         [System.ComponentModel.BrowsableAttribute(false)]
1214         public bool IsInPartialRendering { get { throw null; } }
1215         [System.ComponentModel.CategoryAttribute("Layout")]
1216         [System.ComponentModel.DefaultValueAttribute((System.Web.UI.UpdatePanelRenderMode)(0))]
1217         public System.Web.UI.UpdatePanelRenderMode RenderMode { get { throw null; } set { } }
1218         protected internal virtual bool RequiresUpdate { get { throw null; } }
1219         [System.ComponentModel.CategoryAttribute("Behavior")]
1220         [System.ComponentModel.DefaultValueAttribute(null)]
1221         [System.ComponentModel.EditorAttribute("System.Web.UI.Design.UpdatePanelTriggerCollectionEditor, System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", typeof(System.Drawing.Design.UITypeEditor))]
1222         [System.ComponentModel.MergablePropertyAttribute(false)]
1223         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1224         public System.Web.UI.UpdatePanelTriggerCollection Triggers { get { throw null; } }
1225         [System.ComponentModel.CategoryAttribute("Behavior")]
1226         [System.ComponentModel.DefaultValueAttribute((System.Web.UI.UpdatePanelUpdateMode)(0))]
1227         public System.Web.UI.UpdatePanelUpdateMode UpdateMode { get { throw null; } set { } }
CreateContentTemplateContainer()1228         protected virtual System.Web.UI.Control CreateContentTemplateContainer() { throw null; }
CreateControlCollection()1229         protected sealed override System.Web.UI.ControlCollection CreateControlCollection() { throw null; }
Initialize()1230         protected internal virtual void Initialize() { }
OnInit(System.EventArgs e)1231         protected internal override void OnInit(System.EventArgs e) { }
OnLoad(System.EventArgs e)1232         protected internal override void OnLoad(System.EventArgs e) { }
OnPreRender(System.EventArgs e)1233         protected internal override void OnPreRender(System.EventArgs e) { }
OnUnload(System.EventArgs e)1234         protected internal override void OnUnload(System.EventArgs e) { }
Render(System.Web.UI.HtmlTextWriter writer)1235         protected internal override void Render(System.Web.UI.HtmlTextWriter writer) { }
RenderChildren(System.Web.UI.HtmlTextWriter writer)1236         protected internal override void RenderChildren(System.Web.UI.HtmlTextWriter writer) { }
System.Web.UI.IAttributeAccessor.GetAttribute(string key)1237         string System.Web.UI.IAttributeAccessor.GetAttribute(string key) { throw null; }
System.Web.UI.IAttributeAccessor.SetAttribute(string key, string value)1238         void System.Web.UI.IAttributeAccessor.SetAttribute(string key, string value) { }
Update()1239         public void Update() { }
1240     }
1241     public abstract partial class UpdatePanelControlTrigger : System.Web.UI.UpdatePanelTrigger
1242     {
UpdatePanelControlTrigger()1243         protected UpdatePanelControlTrigger() { }
1244         [System.ComponentModel.CategoryAttribute("Behavior")]
1245         [System.ComponentModel.DefaultValueAttribute("")]
1246         [System.Web.UI.IDReferencePropertyAttribute]
1247         public string ControlID { get { throw null; } set { } }
FindTargetControl(bool searchNamingContainers)1248         protected System.Web.UI.Control FindTargetControl(bool searchNamingContainers) { throw null; }
1249     }
1250     public enum UpdatePanelRenderMode
1251     {
1252         Block = 0,
1253         Inline = 1,
1254     }
1255     public abstract partial class UpdatePanelTrigger
1256     {
UpdatePanelTrigger()1257         protected UpdatePanelTrigger() { }
1258         [System.ComponentModel.BrowsableAttribute(false)]
1259         public System.Web.UI.UpdatePanel Owner { get { throw null; } }
HasTriggered()1260         protected internal abstract bool HasTriggered();
Initialize()1261         protected internal virtual void Initialize() { }
1262     }
1263     public partial class UpdatePanelTriggerCollection : System.Collections.ObjectModel.Collection<System.Web.UI.UpdatePanelTrigger>
1264     {
UpdatePanelTriggerCollection(System.Web.UI.UpdatePanel owner)1265         public UpdatePanelTriggerCollection(System.Web.UI.UpdatePanel owner) { }
1266         public System.Web.UI.UpdatePanel Owner { get { throw null; } }
ClearItems()1267         protected override void ClearItems() { }
InsertItem(int index, System.Web.UI.UpdatePanelTrigger item)1268         protected override void InsertItem(int index, System.Web.UI.UpdatePanelTrigger item) { }
RemoveItem(int index)1269         protected override void RemoveItem(int index) { }
SetItem(int index, System.Web.UI.UpdatePanelTrigger item)1270         protected override void SetItem(int index, System.Web.UI.UpdatePanelTrigger item) { }
1271     }
1272     public enum UpdatePanelUpdateMode
1273     {
1274         Always = 0,
1275         Conditional = 1,
1276     }
1277     [System.ComponentModel.DefaultPropertyAttribute("AssociatedUpdatePanelID")]
1278     [System.ComponentModel.DesignerAttribute("System.Web.UI.Design.UpdateProgressDesigner, System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
1279     [System.Web.UI.ParseChildrenAttribute(true)]
1280     [System.Web.UI.PersistChildrenAttribute(false)]
1281     public partial class UpdateProgress : System.Web.UI.Control, System.Web.UI.IAttributeAccessor, System.Web.UI.IScriptControl
1282     {
UpdateProgress()1283         public UpdateProgress() { }
1284         [System.ComponentModel.CategoryAttribute("Behavior")]
1285         [System.ComponentModel.DefaultValueAttribute("")]
1286         [System.ComponentModel.TypeConverterAttribute("System.Web.UI.Design.UpdateProgressAssociatedUpdatePanelIDConverter")]
1287         [System.Web.UI.IDReferencePropertyAttribute(typeof(System.Web.UI.UpdatePanel))]
1288         public string AssociatedUpdatePanelID { get { throw null; } set { } }
1289         [System.ComponentModel.BrowsableAttribute(false)]
1290         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1291         public System.Web.UI.AttributeCollection Attributes { get { throw null; } }
1292         public override System.Web.UI.ControlCollection Controls { get { throw null; } }
1293         [System.ComponentModel.CategoryAttribute("Behavior")]
1294         [System.ComponentModel.DefaultValueAttribute(500)]
1295         public int DisplayAfter { get { throw null; } set { } }
1296         [System.ComponentModel.CategoryAttribute("Behavior")]
1297         [System.ComponentModel.DefaultValueAttribute(true)]
1298         public bool DynamicLayout { get { throw null; } set { } }
1299         [System.ComponentModel.BrowsableAttribute(false)]
1300         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1301         public System.Web.UI.ITemplate ProgressTemplate { get { throw null; } set { } }
CreateChildControls()1302         protected internal override void CreateChildControls() { }
DataBind()1303         public override void DataBind() { }
GetScriptDescriptors()1304         protected virtual System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor> GetScriptDescriptors() { throw null; }
GetScriptReferences()1305         protected virtual System.Collections.Generic.IEnumerable<System.Web.UI.ScriptReference> GetScriptReferences() { throw null; }
OnPreRender(System.EventArgs e)1306         protected internal override void OnPreRender(System.EventArgs e) { }
Render(System.Web.UI.HtmlTextWriter writer)1307         protected internal override void Render(System.Web.UI.HtmlTextWriter writer) { }
System.Web.UI.IAttributeAccessor.GetAttribute(string key)1308         string System.Web.UI.IAttributeAccessor.GetAttribute(string key) { throw null; }
System.Web.UI.IAttributeAccessor.SetAttribute(string key, string value)1309         void System.Web.UI.IAttributeAccessor.SetAttribute(string key, string value) { }
System.Web.UI.IScriptControl.GetScriptDescriptors()1310         System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor> System.Web.UI.IScriptControl.GetScriptDescriptors() { throw null; }
System.Web.UI.IScriptControl.GetScriptReferences()1311         System.Collections.Generic.IEnumerable<System.Web.UI.ScriptReference> System.Web.UI.IScriptControl.GetScriptReferences() { throw null; }
1312     }
1313 }
1314 namespace System.Web.UI.WebControls
1315 {
1316     public abstract partial class ContextDataSource : System.Web.UI.WebControls.QueryableDataSource
1317     {
ContextDataSource()1318         protected ContextDataSource() { }
1319         public virtual string ContextTypeName { get { throw null; } set { } }
1320         protected string EntitySetName { get { throw null; } set { } }
1321         public virtual string EntityTypeName { get { throw null; } set { } }
1322     }
1323     public partial class ContextDataSourceContextData
1324     {
ContextDataSourceContextData()1325         public ContextDataSourceContextData() { }
ContextDataSourceContextData(object context)1326         public ContextDataSourceContextData(object context) { }
1327         public object Context { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1328         public object EntitySet { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1329     }
1330     public abstract partial class ContextDataSourceView : System.Web.UI.WebControls.QueryableDataSourceView
1331     {
1332         protected static readonly object EventContextCreated;
1333         protected static readonly object EventContextCreating;
1334         protected static readonly object EventContextDisposing;
ContextDataSourceView(System.Web.UI.DataSourceControl owner, string viewName, System.Web.HttpContext context)1335         protected ContextDataSourceView(System.Web.UI.DataSourceControl owner, string viewName, System.Web.HttpContext context) : base (default(System.Web.UI.DataSourceControl), default(string), default(System.Web.HttpContext)) { }
1336         protected object Context { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1337         public virtual System.Type ContextType { get { throw null; } }
1338         public virtual string ContextTypeName { get { throw null; } set { } }
1339         protected object EntitySet { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1340         public string EntitySetName { get { throw null; } set { } }
1341         protected System.Type EntitySetType { get { throw null; } }
1342         protected override System.Type EntityType { get { throw null; } }
1343         public string EntityTypeName { get { throw null; } set { } }
CreateContext(System.Web.UI.DataSourceOperation operation)1344         protected virtual System.Web.UI.WebControls.ContextDataSourceContextData CreateContext(System.Web.UI.DataSourceOperation operation) { throw null; }
DisposeContext()1345         protected void DisposeContext() { }
DisposeContext(object dataContext)1346         protected virtual void DisposeContext(object dataContext) { }
ExecuteDelete(System.Collections.IDictionary keys, System.Collections.IDictionary oldValues)1347         protected override int ExecuteDelete(System.Collections.IDictionary keys, System.Collections.IDictionary oldValues) { throw null; }
ExecuteInsert(System.Collections.IDictionary values)1348         protected override int ExecuteInsert(System.Collections.IDictionary values) { throw null; }
ExecuteUpdate(System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Collections.IDictionary oldValues)1349         protected override int ExecuteUpdate(System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Collections.IDictionary oldValues) { throw null; }
GetDataObjectType(System.Type type)1350         protected virtual System.Type GetDataObjectType(System.Type type) { throw null; }
GetEntitySetType()1351         protected virtual System.Type GetEntitySetType() { throw null; }
GetSource(System.Web.UI.WebControls.QueryContext context)1352         protected override object GetSource(System.Web.UI.WebControls.QueryContext context) { throw null; }
1353     }
1354     [System.ComponentModel.DesignerAttribute("System.Web.UI.Design.WebControls.DataPagerDesigner, System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
1355     [System.Drawing.ToolboxBitmapAttribute(typeof(System.Web.UI.WebControls.DataPager), "DataPager.bmp")]
1356     [System.Web.UI.ParseChildrenAttribute(true)]
1357     [System.Web.UI.PersistChildrenAttribute(false)]
1358     [System.Web.UI.SupportsEventValidationAttribute]
1359     [System.Web.UI.ThemeableAttribute(true)]
1360     public partial class DataPager : System.Web.UI.Control, System.Web.UI.IAttributeAccessor, System.Web.UI.INamingContainer, System.Web.UI.WebControls.ICompositeControlDesignerAccessor
1361     {
DataPager()1362         public DataPager() { }
1363         [System.ComponentModel.BrowsableAttribute(false)]
1364         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1365         public System.Web.UI.AttributeCollection Attributes { get { throw null; } }
1366         public override System.Web.UI.ControlCollection Controls { get { throw null; } }
1367         [System.ComponentModel.CategoryAttribute("Default")]
1368         [System.ComponentModel.DefaultValueAttribute(null)]
1369         [System.ComponentModel.EditorAttribute("System.Web.UI.Design.WebControls.DataPagerFieldTypeEditor, System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35", typeof(System.Drawing.Design.UITypeEditor))]
1370         [System.ComponentModel.MergablePropertyAttribute(false)]
1371         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1372         public virtual System.Web.UI.WebControls.DataPagerFieldCollection Fields { get { throw null; } }
1373         [System.ComponentModel.BrowsableAttribute(false)]
1374         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1375         public int MaximumRows { get { throw null; } }
1376         [System.ComponentModel.DefaultValueAttribute("")]
1377         [System.Web.UI.IDReferencePropertyAttribute(typeof(System.Web.UI.WebControls.IPageableItemContainer))]
1378         [System.Web.UI.ThemeableAttribute(false)]
1379         public virtual string PagedControlID { get { throw null; } set { } }
1380         [System.ComponentModel.DefaultValueAttribute(10)]
1381         public int PageSize { get { throw null; } set { } }
1382         [System.ComponentModel.DefaultValueAttribute("")]
1383         public string QueryStringField { get { throw null; } set { } }
1384         [System.ComponentModel.BrowsableAttribute(false)]
1385         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1386         public int StartRowIndex { get { throw null; } }
1387         [System.ComponentModel.BrowsableAttribute(false)]
1388         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1389         protected virtual System.Web.UI.HtmlTextWriterTag TagKey { get { throw null; } }
1390         [System.ComponentModel.BrowsableAttribute(false)]
1391         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1392         public int TotalRowCount { get { throw null; } }
AddAttributesToRender(System.Web.UI.HtmlTextWriter writer)1393         protected virtual void AddAttributesToRender(System.Web.UI.HtmlTextWriter writer) { }
ConnectToEvents(System.Web.UI.WebControls.IPageableItemContainer container)1394         protected virtual void ConnectToEvents(System.Web.UI.WebControls.IPageableItemContainer container) { }
CreatePagerFields()1395         protected virtual void CreatePagerFields() { }
DataBind()1396         public override void DataBind() { }
FindPageableItemContainer()1397         protected virtual System.Web.UI.WebControls.IPageableItemContainer FindPageableItemContainer() { throw null; }
LoadControlState(object savedState)1398         protected internal override void LoadControlState(object savedState) { }
LoadViewState(object savedState)1399         protected override void LoadViewState(object savedState) { }
OnBubbleEvent(object source, System.EventArgs e)1400         protected override bool OnBubbleEvent(object source, System.EventArgs e) { throw null; }
OnInit(System.EventArgs e)1401         protected internal override void OnInit(System.EventArgs e) { }
OnLoad(System.EventArgs e)1402         protected internal override void OnLoad(System.EventArgs e) { }
OnTotalRowCountAvailable(object sender, System.Web.UI.WebControls.PageEventArgs e)1403         protected virtual void OnTotalRowCountAvailable(object sender, System.Web.UI.WebControls.PageEventArgs e) { }
RecreateChildControls()1404         protected virtual void RecreateChildControls() { }
Render(System.Web.UI.HtmlTextWriter writer)1405         protected internal override void Render(System.Web.UI.HtmlTextWriter writer) { }
RenderBeginTag(System.Web.UI.HtmlTextWriter writer)1406         public virtual void RenderBeginTag(System.Web.UI.HtmlTextWriter writer) { }
RenderContents(System.Web.UI.HtmlTextWriter writer)1407         protected virtual void RenderContents(System.Web.UI.HtmlTextWriter writer) { }
SaveControlState()1408         protected internal override object SaveControlState() { throw null; }
SaveViewState()1409         protected override object SaveViewState() { throw null; }
SetPageProperties(int startRowIndex, int maximumRows, bool databind)1410         public virtual void SetPageProperties(int startRowIndex, int maximumRows, bool databind) { }
System.Web.UI.IAttributeAccessor.GetAttribute(string name)1411         string System.Web.UI.IAttributeAccessor.GetAttribute(string name) { throw null; }
System.Web.UI.IAttributeAccessor.SetAttribute(string name, string value)1412         void System.Web.UI.IAttributeAccessor.SetAttribute(string name, string value) { }
System.Web.UI.WebControls.ICompositeControlDesignerAccessor.RecreateChildControls()1413         void System.Web.UI.WebControls.ICompositeControlDesignerAccessor.RecreateChildControls() { }
TrackViewState()1414         protected override void TrackViewState() { }
1415     }
1416     public partial class DataPagerCommandEventArgs : System.Web.UI.WebControls.CommandEventArgs
1417     {
DataPagerCommandEventArgs(System.Web.UI.WebControls.DataPagerField pagerField, int totalRowCount, System.Web.UI.WebControls.CommandEventArgs originalArgs, System.Web.UI.WebControls.DataPagerFieldItem item)1418         public DataPagerCommandEventArgs(System.Web.UI.WebControls.DataPagerField pagerField, int totalRowCount, System.Web.UI.WebControls.CommandEventArgs originalArgs, System.Web.UI.WebControls.DataPagerFieldItem item) : base (default(System.Web.UI.WebControls.CommandEventArgs)) { }
1419         public System.Web.UI.WebControls.DataPagerFieldItem Item { get { throw null; } }
1420         public int NewMaximumRows { get { throw null; } set { } }
1421         public int NewStartRowIndex { get { throw null; } set { } }
1422         public System.Web.UI.WebControls.DataPagerField PagerField { get { throw null; } }
1423         public int TotalRowCount { get { throw null; } }
1424     }
1425     public abstract partial class DataPagerField : System.Web.UI.IStateManager
1426     {
DataPagerField()1427         protected DataPagerField() { }
1428         protected System.Web.UI.WebControls.DataPager DataPager { get { throw null; } }
1429         protected bool IsTrackingViewState { get { throw null; } }
1430         protected bool QueryStringHandled { get { throw null; } set { } }
1431         protected string QueryStringValue { get { throw null; } }
1432         bool System.Web.UI.IStateManager.IsTrackingViewState { get { throw null; } }
1433         protected System.Web.UI.StateBag ViewState { get { throw null; } }
1434         [System.ComponentModel.CategoryAttribute("Behavior")]
1435         [System.ComponentModel.DefaultValueAttribute(true)]
1436         public bool Visible { get { throw null; } set { } }
CloneField()1437         protected internal System.Web.UI.WebControls.DataPagerField CloneField() { throw null; }
CopyProperties(System.Web.UI.WebControls.DataPagerField newField)1438         protected virtual void CopyProperties(System.Web.UI.WebControls.DataPagerField newField) { }
CreateDataPagers(System.Web.UI.WebControls.DataPagerFieldItem container, int startRowIndex, int maximumRows, int totalRowCount, int fieldIndex)1439         public abstract void CreateDataPagers(System.Web.UI.WebControls.DataPagerFieldItem container, int startRowIndex, int maximumRows, int totalRowCount, int fieldIndex);
CreateField()1440         protected abstract System.Web.UI.WebControls.DataPagerField CreateField();
GetQueryStringNavigateUrl(int pageNumber)1441         protected string GetQueryStringNavigateUrl(int pageNumber) { throw null; }
HandleEvent(System.Web.UI.WebControls.CommandEventArgs e)1442         public abstract void HandleEvent(System.Web.UI.WebControls.CommandEventArgs e);
LoadViewState(object savedState)1443         protected virtual void LoadViewState(object savedState) { }
OnFieldChanged()1444         protected virtual void OnFieldChanged() { }
SaveViewState()1445         protected virtual object SaveViewState() { throw null; }
System.Web.UI.IStateManager.LoadViewState(object state)1446         void System.Web.UI.IStateManager.LoadViewState(object state) { }
System.Web.UI.IStateManager.SaveViewState()1447         object System.Web.UI.IStateManager.SaveViewState() { throw null; }
System.Web.UI.IStateManager.TrackViewState()1448         void System.Web.UI.IStateManager.TrackViewState() { }
TrackViewState()1449         protected virtual void TrackViewState() { }
1450     }
1451     public partial class DataPagerFieldCollection : System.Web.UI.StateManagedCollection
1452     {
DataPagerFieldCollection(System.Web.UI.WebControls.DataPager dataPager)1453         public DataPagerFieldCollection(System.Web.UI.WebControls.DataPager dataPager) { }
1454         [System.ComponentModel.BrowsableAttribute(false)]
1455         public System.Web.UI.WebControls.DataPagerField this[int index] { get { throw null; } }
1456         public event System.EventHandler FieldsChanged { add { } remove { } }
Add(System.Web.UI.WebControls.DataPagerField field)1457         public void Add(System.Web.UI.WebControls.DataPagerField field) { }
CloneFields(System.Web.UI.WebControls.DataPager pager)1458         public System.Web.UI.WebControls.DataPagerFieldCollection CloneFields(System.Web.UI.WebControls.DataPager pager) { throw null; }
Contains(System.Web.UI.WebControls.DataPagerField field)1459         public bool Contains(System.Web.UI.WebControls.DataPagerField field) { throw null; }
CopyTo(System.Web.UI.WebControls.DataPagerField[] array, int index)1460         public void CopyTo(System.Web.UI.WebControls.DataPagerField[] array, int index) { }
CreateKnownType(int index)1461         protected override object CreateKnownType(int index) { throw null; }
GetKnownTypes()1462         protected override System.Type[] GetKnownTypes() { throw null; }
IndexOf(System.Web.UI.WebControls.DataPagerField field)1463         public int IndexOf(System.Web.UI.WebControls.DataPagerField field) { throw null; }
Insert(int index, System.Web.UI.WebControls.DataPagerField field)1464         public void Insert(int index, System.Web.UI.WebControls.DataPagerField field) { }
OnClearComplete()1465         protected override void OnClearComplete() { }
OnInsertComplete(int index, object value)1466         protected override void OnInsertComplete(int index, object value) { }
OnRemoveComplete(int index, object value)1467         protected override void OnRemoveComplete(int index, object value) { }
OnValidate(object o)1468         protected override void OnValidate(object o) { }
Remove(System.Web.UI.WebControls.DataPagerField field)1469         public void Remove(System.Web.UI.WebControls.DataPagerField field) { }
RemoveAt(int index)1470         public void RemoveAt(int index) { }
SetDirtyObject(object o)1471         protected override void SetDirtyObject(object o) { }
1472     }
1473     public partial class DataPagerFieldCommandEventArgs : System.Web.UI.WebControls.CommandEventArgs
1474     {
DataPagerFieldCommandEventArgs(System.Web.UI.WebControls.DataPagerFieldItem item, object commandSource, System.Web.UI.WebControls.CommandEventArgs originalArgs)1475         public DataPagerFieldCommandEventArgs(System.Web.UI.WebControls.DataPagerFieldItem item, object commandSource, System.Web.UI.WebControls.CommandEventArgs originalArgs) : base (default(System.Web.UI.WebControls.CommandEventArgs)) { }
1476         public object CommandSource { get { throw null; } }
1477         public System.Web.UI.WebControls.DataPagerFieldItem Item { get { throw null; } }
1478     }
1479     public partial class DataPagerFieldItem : System.Web.UI.Control, System.Web.UI.INamingContainer
1480     {
DataPagerFieldItem(System.Web.UI.WebControls.DataPagerField field, System.Web.UI.WebControls.DataPager pager)1481         public DataPagerFieldItem(System.Web.UI.WebControls.DataPagerField field, System.Web.UI.WebControls.DataPager pager) { }
1482         public System.Web.UI.WebControls.DataPager Pager { get { throw null; } }
1483         public System.Web.UI.WebControls.DataPagerField PagerField { get { throw null; } }
OnBubbleEvent(object source, System.EventArgs e)1484         protected override bool OnBubbleEvent(object source, System.EventArgs e) { throw null; }
1485     }
1486     public enum InsertItemPosition
1487     {
1488         FirstItem = 1,
1489         LastItem = 2,
1490         None = 0,
1491     }
1492     public partial interface IPageableItemContainer
1493     {
1494         int MaximumRows { get; }
1495         int StartRowIndex { get; }
1496         event System.EventHandler<System.Web.UI.WebControls.PageEventArgs> TotalRowCountAvailable;
SetPageProperties(int startRowIndex, int maximumRows, bool databind)1497         void SetPageProperties(int startRowIndex, int maximumRows, bool databind);
1498     }
1499     public partial interface IQueryableDataSource : System.Web.UI.IDataSource
1500     {
1501         event System.EventHandler<System.Web.UI.WebControls.QueryCreatedEventArgs> QueryCreated;
RaiseViewChanged()1502         void RaiseViewChanged();
1503     }
1504     [System.ComponentModel.DefaultEventAttribute("Selecting")]
1505     [System.ComponentModel.DefaultPropertyAttribute("ContextTypeName")]
1506     [System.ComponentModel.DesignerAttribute("System.Web.UI.Design.WebControls.LinqDataSourceDesigner, System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
1507     [System.Drawing.ToolboxBitmapAttribute(typeof(System.Web.UI.WebControls.LinqDataSource), "LinqDataSource.bmp")]
1508     [System.Web.UI.ParseChildrenAttribute(true)]
1509     [System.Web.UI.PersistChildrenAttribute(false)]
1510     public partial class LinqDataSource : System.Web.UI.WebControls.ContextDataSource, System.Web.DynamicData.IDynamicDataSource, System.Web.UI.IDataSource
1511     {
LinqDataSource()1512         public LinqDataSource() { }
1513         [System.ComponentModel.CategoryAttribute("Behavior")]
1514         [System.ComponentModel.DefaultValueAttribute(false)]
1515         public bool AutoGenerateOrderByClause { get { throw null; } set { } }
1516         [System.ComponentModel.CategoryAttribute("Behavior")]
1517         [System.ComponentModel.DefaultValueAttribute(false)]
1518         public bool AutoGenerateWhereClause { get { throw null; } set { } }
1519         [System.ComponentModel.CategoryAttribute("Behavior")]
1520         [System.ComponentModel.DefaultValueAttribute(true)]
1521         public bool AutoPage { get { throw null; } set { } }
1522         [System.ComponentModel.CategoryAttribute("Behavior")]
1523         [System.ComponentModel.DefaultValueAttribute(true)]
1524         public bool AutoSort { get { throw null; } set { } }
1525         [System.ComponentModel.CategoryAttribute("Data")]
1526         [System.ComponentModel.DefaultValueAttribute("")]
1527         public override string ContextTypeName { get { throw null; } set { } }
1528         [System.ComponentModel.BrowsableAttribute(false)]
1529         [System.ComponentModel.CategoryAttribute("Data")]
1530         [System.ComponentModel.DefaultValueAttribute(null)]
1531         [System.ComponentModel.MergablePropertyAttribute(false)]
1532         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1533         public System.Web.UI.WebControls.ParameterCollection DeleteParameters { get { throw null; } }
1534         [System.ComponentModel.CategoryAttribute("Behavior")]
1535         [System.ComponentModel.DefaultValueAttribute(false)]
1536         public bool EnableDelete { get { throw null; } set { } }
1537         [System.ComponentModel.CategoryAttribute("Behavior")]
1538         [System.ComponentModel.DefaultValueAttribute(false)]
1539         public bool EnableInsert { get { throw null; } set { } }
1540         [System.ComponentModel.CategoryAttribute("Behavior")]
1541         [System.ComponentModel.DefaultValueAttribute(true)]
1542         public bool EnableObjectTracking { get { throw null; } set { } }
1543         [System.ComponentModel.CategoryAttribute("Behavior")]
1544         [System.ComponentModel.DefaultValueAttribute(false)]
1545         public bool EnableUpdate { get { throw null; } set { } }
1546         [System.ComponentModel.CategoryAttribute("Data")]
1547         [System.ComponentModel.DefaultValueAttribute("")]
1548         public string GroupBy { get { throw null; } set { } }
1549         [System.ComponentModel.BrowsableAttribute(false)]
1550         [System.ComponentModel.CategoryAttribute("Data")]
1551         [System.ComponentModel.DefaultValueAttribute(null)]
1552         [System.ComponentModel.MergablePropertyAttribute(false)]
1553         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1554         public System.Web.UI.WebControls.ParameterCollection GroupByParameters { get { throw null; } }
1555         [System.ComponentModel.BrowsableAttribute(false)]
1556         [System.ComponentModel.CategoryAttribute("Data")]
1557         [System.ComponentModel.DefaultValueAttribute(null)]
1558         [System.ComponentModel.MergablePropertyAttribute(false)]
1559         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1560         public System.Web.UI.WebControls.ParameterCollection InsertParameters { get { throw null; } }
1561         [System.ComponentModel.CategoryAttribute("Data")]
1562         [System.ComponentModel.DefaultValueAttribute("")]
1563         public string OrderBy { get { throw null; } set { } }
1564         [System.ComponentModel.BrowsableAttribute(false)]
1565         [System.ComponentModel.CategoryAttribute("Data")]
1566         [System.ComponentModel.DefaultValueAttribute(null)]
1567         [System.ComponentModel.MergablePropertyAttribute(false)]
1568         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1569         public System.Web.UI.WebControls.ParameterCollection OrderByParameters { get { throw null; } }
1570         [System.ComponentModel.CategoryAttribute("Data")]
1571         [System.ComponentModel.DefaultValueAttribute("")]
1572         public string OrderGroupsBy { get { throw null; } set { } }
1573         [System.ComponentModel.BrowsableAttribute(false)]
1574         [System.ComponentModel.CategoryAttribute("Data")]
1575         [System.ComponentModel.DefaultValueAttribute(null)]
1576         [System.ComponentModel.MergablePropertyAttribute(false)]
1577         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1578         public System.Web.UI.WebControls.ParameterCollection OrderGroupsByParameters { get { throw null; } }
1579         [System.ComponentModel.CategoryAttribute("Data")]
1580         [System.ComponentModel.DefaultValueAttribute("")]
1581         public string Select { get { throw null; } set { } }
1582         [System.ComponentModel.BrowsableAttribute(false)]
1583         [System.ComponentModel.CategoryAttribute("Data")]
1584         [System.ComponentModel.DefaultValueAttribute(null)]
1585         [System.ComponentModel.MergablePropertyAttribute(false)]
1586         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1587         public System.Web.UI.WebControls.ParameterCollection SelectParameters { get { throw null; } }
1588         [System.ComponentModel.CategoryAttribute("Behavior")]
1589         [System.ComponentModel.DefaultValueAttribute(true)]
1590         public bool StoreOriginalValuesInViewState { get { throw null; } set { } }
1591         System.Type System.Web.DynamicData.IDynamicDataSource.ContextType { get { throw null; } set { } }
1592         string System.Web.DynamicData.IDynamicDataSource.EntitySetName { get { throw null; } set { } }
1593         [System.ComponentModel.CategoryAttribute("Data")]
1594         [System.ComponentModel.DefaultValueAttribute("")]
1595         public string TableName { get { throw null; } set { } }
1596         [System.ComponentModel.BrowsableAttribute(false)]
1597         [System.ComponentModel.CategoryAttribute("Data")]
1598         [System.ComponentModel.DefaultValueAttribute(null)]
1599         [System.ComponentModel.MergablePropertyAttribute(false)]
1600         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1601         public System.Web.UI.WebControls.ParameterCollection UpdateParameters { get { throw null; } }
1602         [System.ComponentModel.CategoryAttribute("Data")]
1603         [System.ComponentModel.DefaultValueAttribute("")]
1604         public string Where { get { throw null; } set { } }
1605         [System.ComponentModel.BrowsableAttribute(false)]
1606         [System.ComponentModel.CategoryAttribute("Data")]
1607         [System.ComponentModel.DefaultValueAttribute(null)]
1608         [System.ComponentModel.MergablePropertyAttribute(false)]
1609         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1610         public System.Web.UI.WebControls.ParameterCollection WhereParameters { get { throw null; } }
1611         [System.ComponentModel.CategoryAttribute("Data")]
1612         public event System.EventHandler<System.Web.UI.WebControls.LinqDataSourceStatusEventArgs> ContextCreated { add { } remove { } }
1613         [System.ComponentModel.CategoryAttribute("Data")]
1614         public event System.EventHandler<System.Web.UI.WebControls.LinqDataSourceContextEventArgs> ContextCreating { add { } remove { } }
1615         [System.ComponentModel.CategoryAttribute("Data")]
1616         public event System.EventHandler<System.Web.UI.WebControls.LinqDataSourceDisposeEventArgs> ContextDisposing { add { } remove { } }
1617         [System.ComponentModel.CategoryAttribute("Data")]
1618         public event System.EventHandler<System.Web.UI.WebControls.LinqDataSourceStatusEventArgs> Deleted { add { } remove { } }
1619         [System.ComponentModel.CategoryAttribute("Data")]
1620         public event System.EventHandler<System.Web.UI.WebControls.LinqDataSourceDeleteEventArgs> Deleting { add { } remove { } }
1621         [System.ComponentModel.CategoryAttribute("Data")]
1622         public event System.EventHandler<System.Web.UI.WebControls.LinqDataSourceStatusEventArgs> Inserted { add { } remove { } }
1623         [System.ComponentModel.CategoryAttribute("Data")]
1624         public event System.EventHandler<System.Web.UI.WebControls.LinqDataSourceInsertEventArgs> Inserting { add { } remove { } }
1625         [System.ComponentModel.CategoryAttribute("Data")]
1626         public event System.EventHandler<System.Web.UI.WebControls.LinqDataSourceStatusEventArgs> Selected { add { } remove { } }
1627         [System.ComponentModel.CategoryAttribute("Data")]
1628         public event System.EventHandler<System.Web.UI.WebControls.LinqDataSourceSelectEventArgs> Selecting { add { } remove { } }
1629         event System.EventHandler<System.Web.DynamicData.DynamicValidatorEventArgs> System.Web.DynamicData.IDynamicDataSource.Exception { add { } remove { } }
1630         [System.ComponentModel.CategoryAttribute("Data")]
1631         public event System.EventHandler<System.Web.UI.WebControls.LinqDataSourceStatusEventArgs> Updated { add { } remove { } }
1632         [System.ComponentModel.CategoryAttribute("Data")]
1633         public event System.EventHandler<System.Web.UI.WebControls.LinqDataSourceUpdateEventArgs> Updating { add { } remove { } }
CreateQueryableView()1634         protected override System.Web.UI.WebControls.QueryableDataSourceView CreateQueryableView() { throw null; }
CreateView()1635         protected virtual System.Web.UI.WebControls.LinqDataSourceView CreateView() { throw null; }
Delete(System.Collections.IDictionary keys, System.Collections.IDictionary oldValues)1636         public int Delete(System.Collections.IDictionary keys, System.Collections.IDictionary oldValues) { throw null; }
Insert(System.Collections.IDictionary values)1637         public int Insert(System.Collections.IDictionary values) { throw null; }
OnInit(System.EventArgs e)1638         protected internal override void OnInit(System.EventArgs e) { }
OnUnload(System.EventArgs e)1639         protected internal override void OnUnload(System.EventArgs e) { }
Update(System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Collections.IDictionary oldValues)1640         public int Update(System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Collections.IDictionary oldValues) { throw null; }
1641     }
1642     public partial class LinqDataSourceContextEventArgs : System.EventArgs
1643     {
LinqDataSourceContextEventArgs()1644         public LinqDataSourceContextEventArgs() { }
LinqDataSourceContextEventArgs(System.Web.UI.DataSourceOperation operation)1645         public LinqDataSourceContextEventArgs(System.Web.UI.DataSourceOperation operation) { }
1646         public object ObjectInstance { get { throw null; } set { } }
1647         public System.Web.UI.DataSourceOperation Operation { get { throw null; } }
1648     }
1649     public partial class LinqDataSourceDeleteEventArgs : System.ComponentModel.CancelEventArgs
1650     {
LinqDataSourceDeleteEventArgs(object originalObject)1651         public LinqDataSourceDeleteEventArgs(object originalObject) { }
LinqDataSourceDeleteEventArgs(System.Web.UI.WebControls.LinqDataSourceValidationException exception)1652         public LinqDataSourceDeleteEventArgs(System.Web.UI.WebControls.LinqDataSourceValidationException exception) { }
1653         public System.Web.UI.WebControls.LinqDataSourceValidationException Exception { get { throw null; } }
1654         public bool ExceptionHandled { get { throw null; } set { } }
1655         public object OriginalObject { get { throw null; } }
1656     }
1657     public partial class LinqDataSourceDisposeEventArgs : System.ComponentModel.CancelEventArgs
1658     {
LinqDataSourceDisposeEventArgs(object instance)1659         public LinqDataSourceDisposeEventArgs(object instance) { }
1660         public object ObjectInstance { get { throw null; } }
1661     }
1662     public partial class LinqDataSourceInsertEventArgs : System.ComponentModel.CancelEventArgs
1663     {
LinqDataSourceInsertEventArgs(object newObject)1664         public LinqDataSourceInsertEventArgs(object newObject) { }
LinqDataSourceInsertEventArgs(System.Web.UI.WebControls.LinqDataSourceValidationException exception)1665         public LinqDataSourceInsertEventArgs(System.Web.UI.WebControls.LinqDataSourceValidationException exception) { }
1666         public System.Web.UI.WebControls.LinqDataSourceValidationException Exception { get { throw null; } }
1667         public bool ExceptionHandled { get { throw null; } set { } }
1668         public object NewObject { get { throw null; } }
1669     }
1670     public partial class LinqDataSourceSelectEventArgs : System.ComponentModel.CancelEventArgs
1671     {
LinqDataSourceSelectEventArgs(System.Web.UI.DataSourceSelectArguments arguments, System.Collections.Generic.IDictionary<string, object> whereParameters, System.Collections.Specialized.IOrderedDictionary orderByParameters, System.Collections.Generic.IDictionary<string, object> groupByParameters, System.Collections.Generic.IDictionary<string, object> orderGroupsByParameters, System.Collections.Generic.IDictionary<string, object> selectParameters)1672         public LinqDataSourceSelectEventArgs(System.Web.UI.DataSourceSelectArguments arguments, System.Collections.Generic.IDictionary<string, object> whereParameters, System.Collections.Specialized.IOrderedDictionary orderByParameters, System.Collections.Generic.IDictionary<string, object> groupByParameters, System.Collections.Generic.IDictionary<string, object> orderGroupsByParameters, System.Collections.Generic.IDictionary<string, object> selectParameters) { }
1673         public System.Web.UI.DataSourceSelectArguments Arguments { get { throw null; } }
1674         public System.Collections.Generic.IDictionary<string, object> GroupByParameters { get { throw null; } }
1675         public System.Collections.Specialized.IOrderedDictionary OrderByParameters { get { throw null; } }
1676         public System.Collections.Generic.IDictionary<string, object> OrderGroupsByParameters { get { throw null; } }
1677         public object Result { get { throw null; } set { } }
1678         public System.Collections.Generic.IDictionary<string, object> SelectParameters { get { throw null; } }
1679         public System.Collections.Generic.IDictionary<string, object> WhereParameters { get { throw null; } }
1680     }
1681     public partial class LinqDataSourceStatusEventArgs : System.EventArgs
1682     {
LinqDataSourceStatusEventArgs(System.Exception exception)1683         public LinqDataSourceStatusEventArgs(System.Exception exception) { }
LinqDataSourceStatusEventArgs(object result)1684         public LinqDataSourceStatusEventArgs(object result) { }
LinqDataSourceStatusEventArgs(object result, int totalRowCount)1685         public LinqDataSourceStatusEventArgs(object result, int totalRowCount) { }
1686         public System.Exception Exception { get { throw null; } }
1687         public bool ExceptionHandled { get { throw null; } set { } }
1688         public object Result { get { throw null; } }
1689         public int TotalRowCount { get { throw null; } }
1690     }
1691     public partial class LinqDataSourceUpdateEventArgs : System.ComponentModel.CancelEventArgs
1692     {
LinqDataSourceUpdateEventArgs(object originalObject, object newObject)1693         public LinqDataSourceUpdateEventArgs(object originalObject, object newObject) { }
LinqDataSourceUpdateEventArgs(System.Web.UI.WebControls.LinqDataSourceValidationException exception)1694         public LinqDataSourceUpdateEventArgs(System.Web.UI.WebControls.LinqDataSourceValidationException exception) { }
1695         public System.Web.UI.WebControls.LinqDataSourceValidationException Exception { get { throw null; } }
1696         public bool ExceptionHandled { get { throw null; } set { } }
1697         public object NewObject { get { throw null; } }
1698         public object OriginalObject { get { throw null; } }
1699     }
1700     [System.SerializableAttribute]
1701     public partial class LinqDataSourceValidationException : System.Exception, System.Runtime.Serialization.ISerializable, System.Web.DynamicData.IDynamicValidatorException
1702     {
LinqDataSourceValidationException()1703         public LinqDataSourceValidationException() { }
LinqDataSourceValidationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1704         protected LinqDataSourceValidationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
LinqDataSourceValidationException(string message)1705         public LinqDataSourceValidationException(string message) { }
LinqDataSourceValidationException(string message, System.Collections.Generic.IDictionary<string, System.Exception> innerExceptions)1706         public LinqDataSourceValidationException(string message, System.Collections.Generic.IDictionary<string, System.Exception> innerExceptions) { }
LinqDataSourceValidationException(string message, System.Exception innerException)1707         public LinqDataSourceValidationException(string message, System.Exception innerException) { }
1708         public System.Collections.Generic.IDictionary<string, System.Exception> InnerExceptions { get { throw null; } }
1709         [System.Security.SecurityCriticalAttribute]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1710         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
1711     }
1712     public partial class LinqDataSourceView : System.Web.UI.WebControls.ContextDataSourceView
1713     {
LinqDataSourceView(System.Web.UI.WebControls.LinqDataSource owner, string name, System.Web.HttpContext context)1714         public LinqDataSourceView(System.Web.UI.WebControls.LinqDataSource owner, string name, System.Web.HttpContext context) : base (default(System.Web.UI.DataSourceControl), default(string), default(System.Web.HttpContext)) { }
1715         public override bool CanDelete { get { throw null; } }
1716         public override bool CanInsert { get { throw null; } }
1717         public override bool CanPage { get { throw null; } }
1718         public override bool CanRetrieveTotalRowCount { get { throw null; } }
1719         public override bool CanSort { get { throw null; } }
1720         public override bool CanUpdate { get { throw null; } }
1721         public override System.Type ContextType { [System.Security.SecuritySafeCriticalAttribute]get { throw null; } }
1722         public override string ContextTypeName { get { throw null; } set { } }
1723         public bool EnableDelete { get { throw null; } set { } }
1724         public bool EnableInsert { get { throw null; } set { } }
1725         public bool EnableObjectTracking { get { throw null; } set { } }
1726         public bool EnableUpdate { get { throw null; } set { } }
1727         public bool StoreOriginalValuesInViewState { get { throw null; } set { } }
1728         public string TableName { get { throw null; } set { } }
1729         public event System.EventHandler<System.Web.UI.WebControls.LinqDataSourceStatusEventArgs> ContextCreated { add { } remove { } }
1730         public event System.EventHandler<System.Web.UI.WebControls.LinqDataSourceContextEventArgs> ContextCreating { add { } remove { } }
1731         public event System.EventHandler<System.Web.UI.WebControls.LinqDataSourceDisposeEventArgs> ContextDisposing { add { } remove { } }
1732         public event System.EventHandler<System.Web.UI.WebControls.LinqDataSourceStatusEventArgs> Deleted { add { } remove { } }
1733         public event System.EventHandler<System.Web.UI.WebControls.LinqDataSourceDeleteEventArgs> Deleting { add { } remove { } }
1734         public event System.EventHandler<System.Web.UI.WebControls.LinqDataSourceStatusEventArgs> Inserted { add { } remove { } }
1735         public event System.EventHandler<System.Web.UI.WebControls.LinqDataSourceInsertEventArgs> Inserting { add { } remove { } }
1736         public event System.EventHandler<System.Web.UI.WebControls.LinqDataSourceStatusEventArgs> Selected { add { } remove { } }
1737         public event System.EventHandler<System.Web.UI.WebControls.LinqDataSourceSelectEventArgs> Selecting { add { } remove { } }
1738         public event System.EventHandler<System.Web.UI.WebControls.LinqDataSourceStatusEventArgs> Updated { add { } remove { } }
1739         public event System.EventHandler<System.Web.UI.WebControls.LinqDataSourceUpdateEventArgs> Updating { add { } remove { } }
CreateContext(System.Type contextType)1740         protected virtual object CreateContext(System.Type contextType) { throw null; }
CreateContext(System.Web.UI.DataSourceOperation operation)1741         protected override System.Web.UI.WebControls.ContextDataSourceContextData CreateContext(System.Web.UI.DataSourceOperation operation) { throw null; }
DeleteDataObject(object dataContext, object table, object oldDataObject)1742         protected virtual void DeleteDataObject(object dataContext, object table, object oldDataObject) { }
DeleteObject(object oldEntity)1743         protected override int DeleteObject(object oldEntity) { throw null; }
DisposeContext(object dataContext)1744         protected override void DisposeContext(object dataContext) { }
ExecuteDelete(System.Collections.IDictionary keys, System.Collections.IDictionary oldValues)1745         protected override int ExecuteDelete(System.Collections.IDictionary keys, System.Collections.IDictionary oldValues) { throw null; }
ExecuteInsert(System.Collections.IDictionary values)1746         protected override int ExecuteInsert(System.Collections.IDictionary values) { throw null; }
ExecuteSelect(System.Web.UI.DataSourceSelectArguments arguments)1747         protected internal override System.Collections.IEnumerable ExecuteSelect(System.Web.UI.DataSourceSelectArguments arguments) { throw null; }
ExecuteUpdate(System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Collections.IDictionary oldValues)1748         protected override int ExecuteUpdate(System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Collections.IDictionary oldValues) { throw null; }
GetSource(System.Web.UI.WebControls.QueryContext context)1749         protected override object GetSource(System.Web.UI.WebControls.QueryContext context) { throw null; }
GetTableMemberInfo(System.Type contextType)1750         protected virtual System.Reflection.MemberInfo GetTableMemberInfo(System.Type contextType) { throw null; }
HandleValidationErrors(System.Collections.Generic.IDictionary<string, System.Exception> errors, System.Web.UI.DataSourceOperation operation)1751         protected override void HandleValidationErrors(System.Collections.Generic.IDictionary<string, System.Exception> errors, System.Web.UI.DataSourceOperation operation) { }
InsertDataObject(object dataContext, object table, object newDataObject)1752         protected virtual void InsertDataObject(object dataContext, object table, object newDataObject) { }
InsertObject(object newEntity)1753         protected override int InsertObject(object newEntity) { throw null; }
OnContextCreated(System.Web.UI.WebControls.LinqDataSourceStatusEventArgs e)1754         protected virtual void OnContextCreated(System.Web.UI.WebControls.LinqDataSourceStatusEventArgs e) { }
OnContextCreating(System.Web.UI.WebControls.LinqDataSourceContextEventArgs e)1755         protected virtual void OnContextCreating(System.Web.UI.WebControls.LinqDataSourceContextEventArgs e) { }
OnContextDisposing(System.Web.UI.WebControls.LinqDataSourceDisposeEventArgs e)1756         protected virtual void OnContextDisposing(System.Web.UI.WebControls.LinqDataSourceDisposeEventArgs e) { }
OnDeleted(System.Web.UI.WebControls.LinqDataSourceStatusEventArgs e)1757         protected virtual void OnDeleted(System.Web.UI.WebControls.LinqDataSourceStatusEventArgs e) { }
OnDeleting(System.Web.UI.WebControls.LinqDataSourceDeleteEventArgs e)1758         protected virtual void OnDeleting(System.Web.UI.WebControls.LinqDataSourceDeleteEventArgs e) { }
OnException(System.Web.DynamicData.DynamicValidatorEventArgs e)1759         protected virtual void OnException(System.Web.DynamicData.DynamicValidatorEventArgs e) { }
OnInserted(System.Web.UI.WebControls.LinqDataSourceStatusEventArgs e)1760         protected virtual void OnInserted(System.Web.UI.WebControls.LinqDataSourceStatusEventArgs e) { }
OnInserting(System.Web.UI.WebControls.LinqDataSourceInsertEventArgs e)1761         protected virtual void OnInserting(System.Web.UI.WebControls.LinqDataSourceInsertEventArgs e) { }
OnSelected(System.Web.UI.WebControls.LinqDataSourceStatusEventArgs e)1762         protected virtual void OnSelected(System.Web.UI.WebControls.LinqDataSourceStatusEventArgs e) { }
OnSelecting(System.Web.UI.WebControls.LinqDataSourceSelectEventArgs e)1763         protected virtual void OnSelecting(System.Web.UI.WebControls.LinqDataSourceSelectEventArgs e) { }
OnUpdated(System.Web.UI.WebControls.LinqDataSourceStatusEventArgs e)1764         protected virtual void OnUpdated(System.Web.UI.WebControls.LinqDataSourceStatusEventArgs e) { }
OnUpdating(System.Web.UI.WebControls.LinqDataSourceUpdateEventArgs e)1765         protected virtual void OnUpdating(System.Web.UI.WebControls.LinqDataSourceUpdateEventArgs e) { }
ResetDataObject(object table, object dataObject)1766         protected virtual void ResetDataObject(object table, object dataObject) { }
Select(System.Web.UI.DataSourceSelectArguments arguments)1767         public System.Collections.IEnumerable Select(System.Web.UI.DataSourceSelectArguments arguments) { throw null; }
StoreOriginalValues(System.Collections.IList results)1768         protected override void StoreOriginalValues(System.Collections.IList results) { }
UpdateDataObject(object dataContext, object table, object oldDataObject, object newDataObject)1769         protected virtual void UpdateDataObject(object dataContext, object table, object oldDataObject, object newDataObject) { }
UpdateObject(object oldEntity, object newEntity)1770         protected override int UpdateObject(object oldEntity, object newEntity) { throw null; }
ValidateContextType(System.Type contextType, bool selecting)1771         protected virtual void ValidateContextType(System.Type contextType, bool selecting) { }
ValidateDeleteSupported(System.Collections.IDictionary keys, System.Collections.IDictionary oldValues)1772         protected virtual void ValidateDeleteSupported(System.Collections.IDictionary keys, System.Collections.IDictionary oldValues) { }
ValidateEditSupported()1773         protected virtual void ValidateEditSupported() { }
ValidateInsertSupported(System.Collections.IDictionary values)1774         protected virtual void ValidateInsertSupported(System.Collections.IDictionary values) { }
ValidateTableType(System.Type tableType, bool selecting)1775         protected virtual void ValidateTableType(System.Type tableType, bool selecting) { }
ValidateUpdateSupported(System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Collections.IDictionary oldValues)1776         protected virtual void ValidateUpdateSupported(System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Collections.IDictionary oldValues) { }
1777     }
1778     [System.ComponentModel.DefaultEventAttribute("SelectedIndexChanged")]
1779     [System.ComponentModel.DefaultPropertyAttribute("SelectedValue")]
1780     [System.ComponentModel.DesignerAttribute("System.Web.UI.Design.WebControls.ListViewDesigner, System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
1781     [System.Drawing.ToolboxBitmapAttribute(typeof(System.Web.UI.WebControls.ListView), "ListView.bmp")]
1782     [System.Web.UI.ControlValuePropertyAttribute("SelectedValue")]
1783     [System.Web.UI.DataKeyPropertyAttribute("SelectedPersistedDataKey")]
1784     [System.Web.UI.SupportsEventValidationAttribute]
1785     public partial class ListView : System.Web.UI.WebControls.DataBoundControl, System.Web.UI.IDataKeysControl, System.Web.UI.INamingContainer, System.Web.UI.WebControls.IDataBoundControl, System.Web.UI.WebControls.IDataBoundListControl, System.Web.UI.WebControls.IPageableItemContainer, System.Web.UI.WebControls.IPersistedSelector
1786     {
ListView()1787         public ListView() { }
1788         [System.ComponentModel.BrowsableAttribute(false)]
1789         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1790         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1791         public override string AccessKey { get { throw null; } set { } }
1792         [System.ComponentModel.BrowsableAttribute(false)]
1793         [System.ComponentModel.DefaultValueAttribute(null)]
1794         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1795         [System.Web.UI.TemplateContainerAttribute(typeof(System.Web.UI.WebControls.ListViewDataItem), (System.ComponentModel.BindingDirection)(1))]
1796         public virtual System.Web.UI.ITemplate AlternatingItemTemplate { get { throw null; } set { } }
1797         [System.ComponentModel.BrowsableAttribute(false)]
1798         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1799         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1800         public override System.Drawing.Color BackColor { get { throw null; } set { } }
1801         [System.ComponentModel.BrowsableAttribute(false)]
1802         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1803         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1804         public override System.Drawing.Color BorderColor { get { throw null; } set { } }
1805         [System.ComponentModel.BrowsableAttribute(false)]
1806         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1807         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1808         public override System.Web.UI.WebControls.BorderStyle BorderStyle { get { throw null; } set { } }
1809         [System.ComponentModel.BrowsableAttribute(false)]
1810         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1811         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1812         public override System.Web.UI.WebControls.Unit BorderWidth { get { throw null; } set { } }
1813         [System.ComponentModel.DefaultValueAttribute(null)]
1814         [System.ComponentModel.TypeConverterAttribute(typeof(System.Web.UI.WebControls.StringArrayConverter))]
1815         public virtual string[] ClientIDRowSuffix { get { throw null; } set { } }
1816         [System.ComponentModel.BrowsableAttribute(false)]
1817         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1818         public System.Web.UI.WebControls.DataKeyArray ClientIDRowSuffixDataKeys { get { throw null; } }
1819         public override System.Web.UI.ControlCollection Controls { get { throw null; } }
1820         [System.ComponentModel.CategoryAttribute("Behavior")]
1821         [System.ComponentModel.DefaultValueAttribute(true)]
1822         public virtual bool ConvertEmptyStringToNull { get { throw null; } set { } }
1823         [System.ComponentModel.BrowsableAttribute(false)]
1824         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1825         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1826         [System.Web.UI.CssClassPropertyAttribute]
1827         public override string CssClass { get { throw null; } set { } }
1828         [System.ComponentModel.CategoryAttribute("Data")]
1829         [System.ComponentModel.DefaultValueAttribute(null)]
1830         [System.ComponentModel.EditorAttribute("System.Web.UI.Design.WebControls.DataFieldEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
1831         [System.ComponentModel.TypeConverterAttribute(typeof(System.Web.UI.WebControls.StringArrayConverter))]
1832         public virtual string[] DataKeyNames { get { throw null; } set { } }
1833         [System.ComponentModel.BrowsableAttribute(false)]
1834         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1835         public virtual System.Web.UI.WebControls.DataKeyArray DataKeys { get { throw null; } }
1836         [System.ComponentModel.DefaultValueAttribute("")]
1837         [System.Web.UI.ThemeableAttribute(false)]
1838         public virtual string DeleteMethod { get { throw null; } set { } }
1839         [System.ComponentModel.CategoryAttribute("Default")]
1840         [System.ComponentModel.DefaultValueAttribute(-1)]
1841         public virtual int EditIndex { get { throw null; } set { } }
1842         [System.ComponentModel.BrowsableAttribute(false)]
1843         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1844         public virtual System.Web.UI.WebControls.ListViewItem EditItem { get { throw null; } }
1845         [System.ComponentModel.BrowsableAttribute(false)]
1846         [System.ComponentModel.DefaultValueAttribute(null)]
1847         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1848         [System.Web.UI.TemplateContainerAttribute(typeof(System.Web.UI.WebControls.ListViewDataItem), (System.ComponentModel.BindingDirection)(1))]
1849         public virtual System.Web.UI.ITemplate EditItemTemplate { get { throw null; } set { } }
1850         [System.ComponentModel.BrowsableAttribute(false)]
1851         [System.ComponentModel.DefaultValueAttribute(null)]
1852         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1853         [System.Web.UI.TemplateContainerAttribute(typeof(System.Web.UI.WebControls.ListView))]
1854         public virtual System.Web.UI.ITemplate EmptyDataTemplate { get { throw null; } set { } }
1855         [System.ComponentModel.BrowsableAttribute(false)]
1856         [System.ComponentModel.DefaultValueAttribute(null)]
1857         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1858         [System.Web.UI.TemplateContainerAttribute(typeof(System.Web.UI.WebControls.ListViewItem))]
1859         public virtual System.Web.UI.ITemplate EmptyItemTemplate { get { throw null; } set { } }
1860         [System.ComponentModel.DefaultValueAttribute(true)]
1861         public virtual bool EnableModelValidation { get { throw null; } set { } }
1862         [System.ComponentModel.DefaultValueAttribute(false)]
1863         public virtual bool EnablePersistedSelection { get { throw null; } set { } }
1864         [System.ComponentModel.BrowsableAttribute(false)]
1865         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1866         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1867         public override System.Web.UI.WebControls.FontInfo Font { get { throw null; } }
1868         [System.ComponentModel.BrowsableAttribute(false)]
1869         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1870         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1871         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
1872         [System.ComponentModel.CategoryAttribute("Default")]
1873         [System.ComponentModel.DefaultValueAttribute(1)]
1874         public virtual int GroupItemCount { get { throw null; } set { } }
1875         [System.ComponentModel.CategoryAttribute("Behavior")]
1876         [System.ComponentModel.DefaultValueAttribute("groupPlaceholder")]
1877         public virtual string GroupPlaceholderID { get { throw null; } set { } }
1878         [System.ComponentModel.BrowsableAttribute(false)]
1879         [System.ComponentModel.DefaultValueAttribute(null)]
1880         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1881         [System.Web.UI.TemplateContainerAttribute(typeof(System.Web.UI.WebControls.ListViewItem))]
1882         public virtual System.Web.UI.ITemplate GroupSeparatorTemplate { get { throw null; } set { } }
1883         [System.ComponentModel.BrowsableAttribute(false)]
1884         [System.ComponentModel.DefaultValueAttribute(null)]
1885         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1886         [System.Web.UI.TemplateContainerAttribute(typeof(System.Web.UI.WebControls.ListViewItem))]
1887         public virtual System.Web.UI.ITemplate GroupTemplate { get { throw null; } set { } }
1888         [System.ComponentModel.BrowsableAttribute(false)]
1889         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1890         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1891         public override System.Web.UI.WebControls.Unit Height { get { throw null; } set { } }
1892         [System.ComponentModel.BrowsableAttribute(false)]
1893         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1894         public virtual System.Web.UI.WebControls.ListViewItem InsertItem { get { throw null; } }
1895         [System.ComponentModel.CategoryAttribute("Default")]
1896         [System.ComponentModel.DefaultValueAttribute((System.Web.UI.WebControls.InsertItemPosition)(0))]
1897         public virtual System.Web.UI.WebControls.InsertItemPosition InsertItemPosition { get { throw null; } set { } }
1898         [System.ComponentModel.BrowsableAttribute(false)]
1899         [System.ComponentModel.DefaultValueAttribute(null)]
1900         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1901         [System.Web.UI.TemplateContainerAttribute(typeof(System.Web.UI.WebControls.ListViewItem), (System.ComponentModel.BindingDirection)(1))]
1902         public virtual System.Web.UI.ITemplate InsertItemTemplate { get { throw null; } set { } }
1903         [System.ComponentModel.DefaultValueAttribute("")]
1904         [System.Web.UI.ThemeableAttribute(false)]
1905         public virtual string InsertMethod { get { throw null; } set { } }
1906         protected override bool IsUsingModelBinders { get { throw null; } }
1907         [System.ComponentModel.CategoryAttribute("Behavior")]
1908         [System.ComponentModel.DefaultValueAttribute("itemPlaceholder")]
1909         public virtual string ItemPlaceholderID { get { throw null; } set { } }
1910         [System.ComponentModel.BrowsableAttribute(false)]
1911         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1912         public virtual System.Collections.Generic.IList<System.Web.UI.WebControls.ListViewDataItem> Items { get { throw null; } }
1913         [System.ComponentModel.BrowsableAttribute(false)]
1914         [System.ComponentModel.DefaultValueAttribute(null)]
1915         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1916         [System.Web.UI.TemplateContainerAttribute(typeof(System.Web.UI.WebControls.ListViewItem))]
1917         public virtual System.Web.UI.ITemplate ItemSeparatorTemplate { get { throw null; } set { } }
1918         [System.ComponentModel.BrowsableAttribute(false)]
1919         [System.ComponentModel.DefaultValueAttribute(null)]
1920         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1921         [System.Web.UI.TemplateContainerAttribute(typeof(System.Web.UI.WebControls.ListViewDataItem), (System.ComponentModel.BindingDirection)(1))]
1922         public virtual System.Web.UI.ITemplate ItemTemplate { get { throw null; } set { } }
1923         [System.ComponentModel.BrowsableAttribute(false)]
1924         [System.ComponentModel.DefaultValueAttribute(null)]
1925         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1926         [System.Web.UI.TemplateContainerAttribute(typeof(System.Web.UI.WebControls.ListView))]
1927         public virtual System.Web.UI.ITemplate LayoutTemplate { get { throw null; } set { } }
1928         protected virtual int MaximumRows { get { throw null; } }
1929         [System.ComponentModel.BrowsableAttribute(false)]
1930         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1931         public virtual System.Web.UI.WebControls.DataKey SelectedDataKey { get { throw null; } }
1932         [System.ComponentModel.CategoryAttribute("Default")]
1933         [System.ComponentModel.DefaultValueAttribute(-1)]
1934         public virtual int SelectedIndex { get { throw null; } set { } }
1935         [System.ComponentModel.BrowsableAttribute(false)]
1936         [System.ComponentModel.DefaultValueAttribute(null)]
1937         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1938         [System.Web.UI.TemplateContainerAttribute(typeof(System.Web.UI.WebControls.ListViewDataItem), (System.ComponentModel.BindingDirection)(1))]
1939         public virtual System.Web.UI.ITemplate SelectedItemTemplate { get { throw null; } set { } }
1940         [System.ComponentModel.BrowsableAttribute(false)]
1941         public virtual System.Web.UI.WebControls.DataKey SelectedPersistedDataKey { get { throw null; } set { } }
1942         [System.ComponentModel.BrowsableAttribute(false)]
1943         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1944         public object SelectedValue { get { throw null; } }
1945         [System.ComponentModel.BrowsableAttribute(false)]
1946         [System.ComponentModel.DefaultValueAttribute((System.Web.UI.WebControls.SortDirection)(0))]
1947         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1948         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
1949         public virtual System.Web.UI.WebControls.SortDirection SortDirection { get { throw null; } }
1950         [System.ComponentModel.BrowsableAttribute(false)]
1951         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1952         public virtual string SortExpression { get { throw null; } }
1953         protected virtual int StartRowIndex { get { throw null; } }
1954         System.Web.UI.WebControls.DataKeyArray System.Web.UI.IDataKeysControl.ClientIDRowSuffixDataKeys { get { throw null; } }
1955         string[] System.Web.UI.WebControls.IDataBoundControl.DataKeyNames { get { throw null; } set { } }
1956         string System.Web.UI.WebControls.IDataBoundControl.DataMember { get { throw null; } set { } }
1957         object System.Web.UI.WebControls.IDataBoundControl.DataSource { get { throw null; } set { } }
1958         string System.Web.UI.WebControls.IDataBoundControl.DataSourceID { get { throw null; } set { } }
1959         System.Web.UI.IDataSource System.Web.UI.WebControls.IDataBoundControl.DataSourceObject { get { throw null; } }
1960         string[] System.Web.UI.WebControls.IDataBoundListControl.ClientIDRowSuffix { get { throw null; } set { } }
1961         System.Web.UI.WebControls.DataKeyArray System.Web.UI.WebControls.IDataBoundListControl.DataKeys { get { throw null; } }
1962         bool System.Web.UI.WebControls.IDataBoundListControl.EnablePersistedSelection { get { throw null; } set { } }
1963         System.Web.UI.WebControls.DataKey System.Web.UI.WebControls.IDataBoundListControl.SelectedDataKey { get { throw null; } }
1964         int System.Web.UI.WebControls.IDataBoundListControl.SelectedIndex { get { throw null; } set { } }
1965         int System.Web.UI.WebControls.IPageableItemContainer.MaximumRows { get { throw null; } }
1966         int System.Web.UI.WebControls.IPageableItemContainer.StartRowIndex { get { throw null; } }
1967         System.Web.UI.WebControls.DataKey System.Web.UI.WebControls.IPersistedSelector.DataKey { get { throw null; } set { } }
1968         [System.ComponentModel.BrowsableAttribute(false)]
1969         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1970         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1971         public override short TabIndex { get { throw null; } set { } }
1972         [System.ComponentModel.BrowsableAttribute(false)]
1973         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1974         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1975         public override string ToolTip { get { throw null; } set { } }
1976         [System.ComponentModel.DefaultValueAttribute("")]
1977         [System.Web.UI.ThemeableAttribute(false)]
1978         public virtual string UpdateMethod { get { throw null; } set { } }
1979         [System.ComponentModel.BrowsableAttribute(false)]
1980         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1981         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1982         public override System.Web.UI.WebControls.Unit Width { get { throw null; } set { } }
1983         [System.ComponentModel.CategoryAttribute("Action")]
1984         public event System.EventHandler<System.Web.UI.WebControls.ListViewCancelEventArgs> ItemCanceling { add { } remove { } }
1985         [System.ComponentModel.CategoryAttribute("Action")]
1986         public event System.EventHandler<System.Web.UI.WebControls.ListViewCommandEventArgs> ItemCommand { add { } remove { } }
1987         [System.ComponentModel.CategoryAttribute("Behavior")]
1988         public event System.EventHandler<System.Web.UI.WebControls.ListViewItemEventArgs> ItemCreated { add { } remove { } }
1989         [System.ComponentModel.CategoryAttribute("Data")]
1990         public event System.EventHandler<System.Web.UI.WebControls.ListViewItemEventArgs> ItemDataBound { add { } remove { } }
1991         [System.ComponentModel.CategoryAttribute("Action")]
1992         public event System.EventHandler<System.Web.UI.WebControls.ListViewDeletedEventArgs> ItemDeleted { add { } remove { } }
1993         [System.ComponentModel.CategoryAttribute("Action")]
1994         public event System.EventHandler<System.Web.UI.WebControls.ListViewDeleteEventArgs> ItemDeleting { add { } remove { } }
1995         [System.ComponentModel.CategoryAttribute("Action")]
1996         public event System.EventHandler<System.Web.UI.WebControls.ListViewEditEventArgs> ItemEditing { add { } remove { } }
1997         [System.ComponentModel.CategoryAttribute("Action")]
1998         public event System.EventHandler<System.Web.UI.WebControls.ListViewInsertedEventArgs> ItemInserted { add { } remove { } }
1999         [System.ComponentModel.CategoryAttribute("Action")]
2000         public event System.EventHandler<System.Web.UI.WebControls.ListViewInsertEventArgs> ItemInserting { add { } remove { } }
2001         [System.ComponentModel.CategoryAttribute("Action")]
2002         public event System.EventHandler<System.Web.UI.WebControls.ListViewUpdatedEventArgs> ItemUpdated { add { } remove { } }
2003         [System.ComponentModel.CategoryAttribute("Action")]
2004         public event System.EventHandler<System.Web.UI.WebControls.ListViewUpdateEventArgs> ItemUpdating { add { } remove { } }
2005         [System.ComponentModel.CategoryAttribute("Behavior")]
2006         public event System.EventHandler LayoutCreated { add { } remove { } }
2007         [System.ComponentModel.CategoryAttribute("Behavior")]
2008         public event System.EventHandler PagePropertiesChanged { add { } remove { } }
2009         [System.ComponentModel.CategoryAttribute("Behavior")]
2010         public event System.EventHandler<System.Web.UI.WebControls.PagePropertiesChangingEventArgs> PagePropertiesChanging { add { } remove { } }
2011         [System.ComponentModel.CategoryAttribute("Action")]
2012         public event System.EventHandler SelectedIndexChanged { add { } remove { } }
2013         [System.ComponentModel.CategoryAttribute("Action")]
2014         public event System.EventHandler<System.Web.UI.WebControls.ListViewSelectEventArgs> SelectedIndexChanging { add { } remove { } }
2015         [System.ComponentModel.CategoryAttribute("Action")]
2016         public event System.EventHandler Sorted { add { } remove { } }
2017         [System.ComponentModel.CategoryAttribute("Action")]
2018         public event System.EventHandler<System.Web.UI.WebControls.ListViewSortEventArgs> Sorting { add { } remove { } }
2019         event System.EventHandler<System.Web.UI.WebControls.PageEventArgs> System.Web.UI.WebControls.IPageableItemContainer.TotalRowCountAvailable { add { } remove { } }
AddControlToContainer(System.Web.UI.Control control, System.Web.UI.Control container, int addLocation)2020         protected virtual void AddControlToContainer(System.Web.UI.Control control, System.Web.UI.Control container, int addLocation) { }
CreateChildControls()2021         protected internal override void CreateChildControls() { }
CreateChildControls(System.Collections.IEnumerable dataSource, bool dataBinding)2022         protected virtual int CreateChildControls(System.Collections.IEnumerable dataSource, bool dataBinding) { throw null; }
CreateControlStyle()2023         protected override System.Web.UI.WebControls.Style CreateControlStyle() { throw null; }
CreateDataItem(int dataItemIndex, int displayIndex)2024         protected virtual System.Web.UI.WebControls.ListViewDataItem CreateDataItem(int dataItemIndex, int displayIndex) { throw null; }
CreateDataSourceSelectArguments()2025         protected override System.Web.UI.DataSourceSelectArguments CreateDataSourceSelectArguments() { throw null; }
CreateEmptyDataItem()2026         protected virtual void CreateEmptyDataItem() { }
CreateEmptyItem()2027         protected virtual System.Web.UI.WebControls.ListViewItem CreateEmptyItem() { throw null; }
CreateInsertItem()2028         protected virtual System.Web.UI.WebControls.ListViewItem CreateInsertItem() { throw null; }
CreateItem(System.Web.UI.WebControls.ListViewItemType itemType)2029         protected virtual System.Web.UI.WebControls.ListViewItem CreateItem(System.Web.UI.WebControls.ListViewItemType itemType) { throw null; }
CreateItemsInGroups(System.Web.UI.WebControls.ListViewPagedDataSource dataSource, bool dataBinding, System.Web.UI.WebControls.InsertItemPosition insertPosition, System.Collections.ArrayList keyArray)2030         protected virtual System.Collections.Generic.IList<System.Web.UI.WebControls.ListViewDataItem> CreateItemsInGroups(System.Web.UI.WebControls.ListViewPagedDataSource dataSource, bool dataBinding, System.Web.UI.WebControls.InsertItemPosition insertPosition, System.Collections.ArrayList keyArray) { throw null; }
CreateItemsWithoutGroups(System.Web.UI.WebControls.ListViewPagedDataSource dataSource, bool dataBinding, System.Web.UI.WebControls.InsertItemPosition insertPosition, System.Collections.ArrayList keyArray)2031         protected virtual System.Collections.Generic.IList<System.Web.UI.WebControls.ListViewDataItem> CreateItemsWithoutGroups(System.Web.UI.WebControls.ListViewPagedDataSource dataSource, bool dataBinding, System.Web.UI.WebControls.InsertItemPosition insertPosition, System.Collections.ArrayList keyArray) { throw null; }
CreateLayoutTemplate()2032         protected virtual void CreateLayoutTemplate() { }
CreateSuffixArrayList(System.Web.UI.WebControls.ListViewPagedDataSource dataSource, System.Collections.ArrayList suffixArray)2033         protected virtual void CreateSuffixArrayList(System.Web.UI.WebControls.ListViewPagedDataSource dataSource, System.Collections.ArrayList suffixArray) { }
DeleteItem(int itemIndex)2034         public virtual void DeleteItem(int itemIndex) { }
EnsureLayoutTemplate()2035         protected virtual void EnsureLayoutTemplate() { }
ExtractItemValues(System.Collections.Specialized.IOrderedDictionary itemValues, System.Web.UI.WebControls.ListViewItem item, bool includePrimaryKey)2036         public virtual void ExtractItemValues(System.Collections.Specialized.IOrderedDictionary itemValues, System.Web.UI.WebControls.ListViewItem item, bool includePrimaryKey) { }
FindPlaceholder(string containerID, System.Web.UI.Control container)2037         protected virtual System.Web.UI.Control FindPlaceholder(string containerID, System.Web.UI.Control container) { throw null; }
InsertNewItem(bool causesValidation)2038         public virtual void InsertNewItem(bool causesValidation) { }
InstantiateEmptyDataTemplate(System.Web.UI.Control container)2039         protected virtual void InstantiateEmptyDataTemplate(System.Web.UI.Control container) { }
InstantiateEmptyItemTemplate(System.Web.UI.Control container)2040         protected virtual void InstantiateEmptyItemTemplate(System.Web.UI.Control container) { }
InstantiateGroupSeparatorTemplate(System.Web.UI.Control container)2041         protected virtual void InstantiateGroupSeparatorTemplate(System.Web.UI.Control container) { }
InstantiateGroupTemplate(System.Web.UI.Control container)2042         protected virtual void InstantiateGroupTemplate(System.Web.UI.Control container) { }
InstantiateInsertItemTemplate(System.Web.UI.Control container)2043         protected virtual void InstantiateInsertItemTemplate(System.Web.UI.Control container) { }
InstantiateItemSeparatorTemplate(System.Web.UI.Control container)2044         protected virtual void InstantiateItemSeparatorTemplate(System.Web.UI.Control container) { }
InstantiateItemTemplate(System.Web.UI.Control container, int displayIndex)2045         protected virtual void InstantiateItemTemplate(System.Web.UI.Control container, int displayIndex) { }
LoadControlState(object savedState)2046         protected internal override void LoadControlState(object savedState) { }
LoadViewState(object savedState)2047         protected override void LoadViewState(object savedState) { }
OnBubbleEvent(object source, System.EventArgs e)2048         protected override bool OnBubbleEvent(object source, System.EventArgs e) { throw null; }
OnInit(System.EventArgs e)2049         protected internal override void OnInit(System.EventArgs e) { }
OnItemCanceling(System.Web.UI.WebControls.ListViewCancelEventArgs e)2050         protected virtual void OnItemCanceling(System.Web.UI.WebControls.ListViewCancelEventArgs e) { }
OnItemCommand(System.Web.UI.WebControls.ListViewCommandEventArgs e)2051         protected virtual void OnItemCommand(System.Web.UI.WebControls.ListViewCommandEventArgs e) { }
OnItemCreated(System.Web.UI.WebControls.ListViewItemEventArgs e)2052         protected virtual void OnItemCreated(System.Web.UI.WebControls.ListViewItemEventArgs e) { }
OnItemDataBound(System.Web.UI.WebControls.ListViewItemEventArgs e)2053         protected virtual void OnItemDataBound(System.Web.UI.WebControls.ListViewItemEventArgs e) { }
OnItemDeleted(System.Web.UI.WebControls.ListViewDeletedEventArgs e)2054         protected virtual void OnItemDeleted(System.Web.UI.WebControls.ListViewDeletedEventArgs e) { }
OnItemDeleting(System.Web.UI.WebControls.ListViewDeleteEventArgs e)2055         protected virtual void OnItemDeleting(System.Web.UI.WebControls.ListViewDeleteEventArgs e) { }
OnItemEditing(System.Web.UI.WebControls.ListViewEditEventArgs e)2056         protected virtual void OnItemEditing(System.Web.UI.WebControls.ListViewEditEventArgs e) { }
OnItemInserted(System.Web.UI.WebControls.ListViewInsertedEventArgs e)2057         protected virtual void OnItemInserted(System.Web.UI.WebControls.ListViewInsertedEventArgs e) { }
OnItemInserting(System.Web.UI.WebControls.ListViewInsertEventArgs e)2058         protected virtual void OnItemInserting(System.Web.UI.WebControls.ListViewInsertEventArgs e) { }
OnItemUpdated(System.Web.UI.WebControls.ListViewUpdatedEventArgs e)2059         protected virtual void OnItemUpdated(System.Web.UI.WebControls.ListViewUpdatedEventArgs e) { }
OnItemUpdating(System.Web.UI.WebControls.ListViewUpdateEventArgs e)2060         protected virtual void OnItemUpdating(System.Web.UI.WebControls.ListViewUpdateEventArgs e) { }
OnLayoutCreated(System.EventArgs e)2061         protected virtual void OnLayoutCreated(System.EventArgs e) { }
OnPagePropertiesChanged(System.EventArgs e)2062         protected virtual void OnPagePropertiesChanged(System.EventArgs e) { }
OnPagePropertiesChanging(System.Web.UI.WebControls.PagePropertiesChangingEventArgs e)2063         protected virtual void OnPagePropertiesChanging(System.Web.UI.WebControls.PagePropertiesChangingEventArgs e) { }
OnSelectedIndexChanged(System.EventArgs e)2064         protected virtual void OnSelectedIndexChanged(System.EventArgs e) { }
OnSelectedIndexChanging(System.Web.UI.WebControls.ListViewSelectEventArgs e)2065         protected virtual void OnSelectedIndexChanging(System.Web.UI.WebControls.ListViewSelectEventArgs e) { }
OnSorted(System.EventArgs e)2066         protected virtual void OnSorted(System.EventArgs e) { }
OnSorting(System.Web.UI.WebControls.ListViewSortEventArgs e)2067         protected virtual void OnSorting(System.Web.UI.WebControls.ListViewSortEventArgs e) { }
OnTotalRowCountAvailable(System.Web.UI.WebControls.PageEventArgs e)2068         protected virtual void OnTotalRowCountAvailable(System.Web.UI.WebControls.PageEventArgs e) { }
PerformDataBinding(System.Collections.IEnumerable data)2069         protected internal override void PerformDataBinding(System.Collections.IEnumerable data) { }
PerformSelect()2070         protected override void PerformSelect() { }
RemoveItems()2071         protected virtual void RemoveItems() { }
Render(System.Web.UI.HtmlTextWriter writer)2072         protected internal override void Render(System.Web.UI.HtmlTextWriter writer) { }
SaveControlState()2073         protected internal override object SaveControlState() { throw null; }
SaveViewState()2074         protected override object SaveViewState() { throw null; }
SelectItem(int rowIndex)2075         public void SelectItem(int rowIndex) { }
SetEditItem(int rowIndex)2076         public void SetEditItem(int rowIndex) { }
SetPageProperties(int startRowIndex, int maximumRows, bool databind)2077         protected virtual void SetPageProperties(int startRowIndex, int maximumRows, bool databind) { }
Sort(string sortExpression, System.Web.UI.WebControls.SortDirection sortDirection)2078         public virtual void Sort(string sortExpression, System.Web.UI.WebControls.SortDirection sortDirection) { }
System.Web.UI.WebControls.IPageableItemContainer.SetPageProperties(int startRowIndex, int maximumRows, bool databind)2079         void System.Web.UI.WebControls.IPageableItemContainer.SetPageProperties(int startRowIndex, int maximumRows, bool databind) { }
UpdateItem(int itemIndex, bool causesValidation)2080         public virtual void UpdateItem(int itemIndex, bool causesValidation) { }
2081     }
2082     public partial class ListViewCancelEventArgs : System.ComponentModel.CancelEventArgs
2083     {
ListViewCancelEventArgs(int itemIndex, System.Web.UI.WebControls.ListViewCancelMode cancelMode)2084         public ListViewCancelEventArgs(int itemIndex, System.Web.UI.WebControls.ListViewCancelMode cancelMode) { }
2085         public System.Web.UI.WebControls.ListViewCancelMode CancelMode { get { throw null; } }
2086         public int ItemIndex { get { throw null; } }
2087     }
2088     public enum ListViewCancelMode
2089     {
2090         CancelingEdit = 0,
2091         CancelingInsert = 1,
2092     }
2093     public partial class ListViewCommandEventArgs : System.Web.UI.WebControls.CommandEventArgs
2094     {
ListViewCommandEventArgs(System.Web.UI.WebControls.ListViewItem item, object commandSource, System.Web.UI.WebControls.CommandEventArgs originalArgs)2095         public ListViewCommandEventArgs(System.Web.UI.WebControls.ListViewItem item, object commandSource, System.Web.UI.WebControls.CommandEventArgs originalArgs) : base (default(System.Web.UI.WebControls.CommandEventArgs)) { }
2096         public object CommandSource { get { throw null; } }
2097         public bool Handled { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
2098         public System.Web.UI.WebControls.ListViewItem Item { get { throw null; } }
2099     }
2100     public partial class ListViewDataItem : System.Web.UI.WebControls.ListViewItem
2101     {
ListViewDataItem(int dataItemIndex, int displayIndex)2102         public ListViewDataItem(int dataItemIndex, int displayIndex) : base (default(System.Web.UI.WebControls.ListViewItemType)) { }
2103         public override object DataItem { get { throw null; } set { } }
2104         public override int DataItemIndex { get { throw null; } }
2105         public override int DisplayIndex { get { throw null; } }
OnBubbleEvent(object source, System.EventArgs e)2106         protected override bool OnBubbleEvent(object source, System.EventArgs e) { throw null; }
2107     }
2108     public partial class ListViewDeletedEventArgs : System.EventArgs
2109     {
ListViewDeletedEventArgs(int affectedRows, System.Exception exception)2110         public ListViewDeletedEventArgs(int affectedRows, System.Exception exception) { }
2111         public int AffectedRows { get { throw null; } }
2112         public System.Exception Exception { get { throw null; } }
2113         public bool ExceptionHandled { get { throw null; } set { } }
2114         public System.Collections.Specialized.IOrderedDictionary Keys { get { throw null; } }
2115         public System.Collections.Specialized.IOrderedDictionary Values { get { throw null; } }
2116     }
2117     public partial class ListViewDeleteEventArgs : System.ComponentModel.CancelEventArgs
2118     {
ListViewDeleteEventArgs(int itemIndex)2119         public ListViewDeleteEventArgs(int itemIndex) { }
2120         public int ItemIndex { get { throw null; } }
2121         public System.Collections.Specialized.IOrderedDictionary Keys { get { throw null; } }
2122         public System.Collections.Specialized.IOrderedDictionary Values { get { throw null; } }
2123     }
2124     public partial class ListViewEditEventArgs : System.ComponentModel.CancelEventArgs
2125     {
ListViewEditEventArgs(int newEditIndex)2126         public ListViewEditEventArgs(int newEditIndex) { }
2127         public int NewEditIndex { get { throw null; } }
2128     }
2129     public partial class ListViewInsertedEventArgs : System.EventArgs
2130     {
ListViewInsertedEventArgs(int affectedRows, System.Exception exception)2131         public ListViewInsertedEventArgs(int affectedRows, System.Exception exception) { }
2132         public int AffectedRows { get { throw null; } }
2133         public System.Exception Exception { get { throw null; } }
2134         public bool ExceptionHandled { get { throw null; } set { } }
2135         public bool KeepInInsertMode { get { throw null; } set { } }
2136         public System.Collections.Specialized.IOrderedDictionary Values { get { throw null; } }
2137     }
2138     public partial class ListViewInsertEventArgs : System.ComponentModel.CancelEventArgs
2139     {
ListViewInsertEventArgs(System.Web.UI.WebControls.ListViewItem item)2140         public ListViewInsertEventArgs(System.Web.UI.WebControls.ListViewItem item) { }
2141         public System.Web.UI.WebControls.ListViewItem Item { get { throw null; } }
2142         public System.Collections.Specialized.IOrderedDictionary Values { get { throw null; } }
2143     }
2144     [System.ComponentModel.ToolboxItemAttribute(false)]
2145     public partial class ListViewItem : System.Web.UI.Control, System.Web.UI.IDataItemContainer, System.Web.UI.INamingContainer
2146     {
ListViewItem(System.Web.UI.WebControls.ListViewItemType itemType)2147         public ListViewItem(System.Web.UI.WebControls.ListViewItemType itemType) { }
2148         public virtual object DataItem { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
2149         public virtual int DataItemIndex { get { throw null; } }
2150         public virtual int DisplayIndex { get { throw null; } }
2151         public System.Web.UI.WebControls.ListViewItemType ItemType { get { throw null; } }
OnBubbleEvent(object source, System.EventArgs e)2152         protected override bool OnBubbleEvent(object source, System.EventArgs e) { throw null; }
2153     }
2154     public partial class ListViewItemEventArgs : System.EventArgs
2155     {
ListViewItemEventArgs(System.Web.UI.WebControls.ListViewItem item)2156         public ListViewItemEventArgs(System.Web.UI.WebControls.ListViewItem item) { }
2157         public System.Web.UI.WebControls.ListViewItem Item { get { throw null; } }
2158     }
2159     public enum ListViewItemType
2160     {
2161         DataItem = 0,
2162         EmptyItem = 2,
2163         InsertItem = 1,
2164     }
2165     public partial class ListViewPagedDataSource : System.Collections.ICollection, System.Collections.IEnumerable, System.ComponentModel.ITypedList
2166     {
ListViewPagedDataSource()2167         public ListViewPagedDataSource() { }
2168         public bool AllowServerPaging { get { throw null; } set { } }
2169         public int Count { get { throw null; } }
2170         public System.Collections.IEnumerable DataSource { get { throw null; } set { } }
2171         public int DataSourceCount { get { throw null; } }
2172         public bool IsReadOnly { get { throw null; } }
2173         public bool IsServerPagingEnabled { get { throw null; } }
2174         public bool IsSynchronized { get { throw null; } }
2175         public int MaximumRows { get { throw null; } set { } }
2176         public int StartRowIndex { get { throw null; } set { } }
2177         public object SyncRoot { get { throw null; } }
2178         public int TotalRowCount { get { throw null; } set { } }
CopyTo(System.Array array, int index)2179         public void CopyTo(System.Array array, int index) { }
GetEnumerator()2180         public System.Collections.IEnumerator GetEnumerator() { throw null; }
GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors)2181         public System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; }
GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors)2182         public string GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; }
2183     }
2184     public partial class ListViewSelectEventArgs : System.ComponentModel.CancelEventArgs
2185     {
ListViewSelectEventArgs(int newSelectedIndex)2186         public ListViewSelectEventArgs(int newSelectedIndex) { }
2187         public int NewSelectedIndex { get { throw null; } set { } }
2188     }
2189     public partial class ListViewSortEventArgs : System.ComponentModel.CancelEventArgs
2190     {
ListViewSortEventArgs(string sortExpression, System.Web.UI.WebControls.SortDirection sortDirection)2191         public ListViewSortEventArgs(string sortExpression, System.Web.UI.WebControls.SortDirection sortDirection) { }
2192         public System.Web.UI.WebControls.SortDirection SortDirection { get { throw null; } set { } }
2193         public string SortExpression { get { throw null; } set { } }
2194     }
2195     public partial class ListViewUpdatedEventArgs : System.EventArgs
2196     {
ListViewUpdatedEventArgs(int affectedRows, System.Exception exception)2197         public ListViewUpdatedEventArgs(int affectedRows, System.Exception exception) { }
2198         public int AffectedRows { get { throw null; } }
2199         public System.Exception Exception { get { throw null; } }
2200         public bool ExceptionHandled { get { throw null; } set { } }
2201         public bool KeepInEditMode { get { throw null; } set { } }
2202         public System.Collections.Specialized.IOrderedDictionary NewValues { get { throw null; } }
2203         public System.Collections.Specialized.IOrderedDictionary OldValues { get { throw null; } }
2204     }
2205     public partial class ListViewUpdateEventArgs : System.ComponentModel.CancelEventArgs
2206     {
ListViewUpdateEventArgs(int itemIndex)2207         public ListViewUpdateEventArgs(int itemIndex) { }
2208         public int ItemIndex { get { throw null; } }
2209         public System.Collections.Specialized.IOrderedDictionary Keys { get { throw null; } }
2210         public System.Collections.Specialized.IOrderedDictionary NewValues { get { throw null; } }
2211         public System.Collections.Specialized.IOrderedDictionary OldValues { get { throw null; } }
2212     }
2213     public partial class NextPreviousPagerField : System.Web.UI.WebControls.DataPagerField
2214     {
NextPreviousPagerField()2215         public NextPreviousPagerField() { }
2216         [System.ComponentModel.CategoryAttribute("Appearance")]
2217         [System.ComponentModel.DefaultValueAttribute("")]
2218         [System.Web.UI.CssClassPropertyAttribute]
2219         public string ButtonCssClass { get { throw null; } set { } }
2220         [System.ComponentModel.CategoryAttribute("Appearance")]
2221         [System.ComponentModel.DefaultValueAttribute((System.Web.UI.WebControls.ButtonType)(2))]
2222         public System.Web.UI.WebControls.ButtonType ButtonType { get { throw null; } set { } }
2223         [System.ComponentModel.CategoryAttribute("Appearance")]
2224         [System.ComponentModel.DefaultValueAttribute("")]
2225         [System.ComponentModel.EditorAttribute(typeof(System.Web.UI.Design.ImageUrlEditor), typeof(System.Drawing.Design.UITypeEditor))]
2226         [System.Web.UI.UrlPropertyAttribute]
2227         public string FirstPageImageUrl { get { throw null; } set { } }
2228         [System.ComponentModel.CategoryAttribute("Appearance")]
2229         [System.ComponentModel.LocalizableAttribute(true)]
2230         public string FirstPageText { get { throw null; } set { } }
2231         [System.ComponentModel.CategoryAttribute("Appearance")]
2232         [System.ComponentModel.DefaultValueAttribute("")]
2233         [System.ComponentModel.EditorAttribute(typeof(System.Web.UI.Design.ImageUrlEditor), typeof(System.Drawing.Design.UITypeEditor))]
2234         [System.Web.UI.UrlPropertyAttribute]
2235         public string LastPageImageUrl { get { throw null; } set { } }
2236         [System.ComponentModel.CategoryAttribute("Appearance")]
2237         [System.ComponentModel.LocalizableAttribute(true)]
2238         public string LastPageText { get { throw null; } set { } }
2239         [System.ComponentModel.CategoryAttribute("Appearance")]
2240         [System.ComponentModel.DefaultValueAttribute("")]
2241         [System.ComponentModel.EditorAttribute("System.Web.UI.Design.ImageUrlEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
2242         [System.Web.UI.UrlPropertyAttribute]
2243         public string NextPageImageUrl { get { throw null; } set { } }
2244         [System.ComponentModel.CategoryAttribute("Appearance")]
2245         [System.ComponentModel.LocalizableAttribute(true)]
2246         public string NextPageText { get { throw null; } set { } }
2247         [System.ComponentModel.CategoryAttribute("Appearance")]
2248         [System.ComponentModel.DefaultValueAttribute("")]
2249         [System.ComponentModel.EditorAttribute(typeof(System.Web.UI.Design.ImageUrlEditor), typeof(System.Drawing.Design.UITypeEditor))]
2250         [System.Web.UI.UrlPropertyAttribute]
2251         public string PreviousPageImageUrl { get { throw null; } set { } }
2252         [System.ComponentModel.CategoryAttribute("Appearance")]
2253         [System.ComponentModel.LocalizableAttribute(true)]
2254         public string PreviousPageText { get { throw null; } set { } }
2255         [System.ComponentModel.CategoryAttribute("Behavior")]
2256         [System.ComponentModel.DefaultValueAttribute(false)]
2257         public bool RenderDisabledButtonsAsLabels { get { throw null; } set { } }
2258         [System.ComponentModel.CategoryAttribute("Behavior")]
2259         [System.ComponentModel.DefaultValueAttribute(true)]
2260         public bool RenderNonBreakingSpacesBetweenControls { get { throw null; } set { } }
2261         [System.ComponentModel.CategoryAttribute("Behavior")]
2262         [System.ComponentModel.DefaultValueAttribute(false)]
2263         public bool ShowFirstPageButton { get { throw null; } set { } }
2264         [System.ComponentModel.CategoryAttribute("Behavior")]
2265         [System.ComponentModel.DefaultValueAttribute(false)]
2266         public bool ShowLastPageButton { get { throw null; } set { } }
2267         [System.ComponentModel.CategoryAttribute("Behavior")]
2268         [System.ComponentModel.DefaultValueAttribute(true)]
2269         public bool ShowNextPageButton { get { throw null; } set { } }
2270         [System.ComponentModel.CategoryAttribute("Behavior")]
2271         [System.ComponentModel.DefaultValueAttribute(true)]
2272         public bool ShowPreviousPageButton { get { throw null; } set { } }
CopyProperties(System.Web.UI.WebControls.DataPagerField newField)2273         protected override void CopyProperties(System.Web.UI.WebControls.DataPagerField newField) { }
CreateDataPagers(System.Web.UI.WebControls.DataPagerFieldItem container, int startRowIndex, int maximumRows, int totalRowCount, int fieldIndex)2274         public override void CreateDataPagers(System.Web.UI.WebControls.DataPagerFieldItem container, int startRowIndex, int maximumRows, int totalRowCount, int fieldIndex) { }
CreateField()2275         protected override System.Web.UI.WebControls.DataPagerField CreateField() { throw null; }
Equals(object o)2276         public override bool Equals(object o) { throw null; }
GetHashCode()2277         public override int GetHashCode() { throw null; }
HandleEvent(System.Web.UI.WebControls.CommandEventArgs e)2278         public override void HandleEvent(System.Web.UI.WebControls.CommandEventArgs e) { }
2279     }
2280     public partial class NumericPagerField : System.Web.UI.WebControls.DataPagerField
2281     {
NumericPagerField()2282         public NumericPagerField() { }
2283         [System.ComponentModel.CategoryAttribute("Appearance")]
2284         [System.ComponentModel.DefaultValueAttribute(5)]
2285         public int ButtonCount { get { throw null; } set { } }
2286         [System.ComponentModel.CategoryAttribute("Appearance")]
2287         [System.ComponentModel.DefaultValueAttribute((System.Web.UI.WebControls.ButtonType)(2))]
2288         public System.Web.UI.WebControls.ButtonType ButtonType { get { throw null; } set { } }
2289         [System.ComponentModel.CategoryAttribute("Appearance")]
2290         [System.ComponentModel.DefaultValueAttribute("")]
2291         [System.Web.UI.CssClassPropertyAttribute]
2292         public string CurrentPageLabelCssClass { get { throw null; } set { } }
2293         [System.ComponentModel.CategoryAttribute("Appearance")]
2294         [System.ComponentModel.DefaultValueAttribute("")]
2295         [System.ComponentModel.EditorAttribute(typeof(System.Web.UI.Design.ImageUrlEditor), typeof(System.Drawing.Design.UITypeEditor))]
2296         [System.Web.UI.UrlPropertyAttribute]
2297         public string NextPageImageUrl { get { throw null; } set { } }
2298         [System.ComponentModel.CategoryAttribute("Appearance")]
2299         [System.ComponentModel.LocalizableAttribute(true)]
2300         public string NextPageText { get { throw null; } set { } }
2301         [System.ComponentModel.CategoryAttribute("Appearance")]
2302         [System.ComponentModel.DefaultValueAttribute("")]
2303         [System.Web.UI.CssClassPropertyAttribute]
2304         public string NextPreviousButtonCssClass { get { throw null; } set { } }
2305         [System.ComponentModel.CategoryAttribute("Appearance")]
2306         [System.ComponentModel.DefaultValueAttribute("")]
2307         [System.Web.UI.CssClassPropertyAttribute]
2308         public string NumericButtonCssClass { get { throw null; } set { } }
2309         [System.ComponentModel.CategoryAttribute("Appearance")]
2310         [System.ComponentModel.DefaultValueAttribute("")]
2311         [System.ComponentModel.EditorAttribute(typeof(System.Web.UI.Design.ImageUrlEditor), typeof(System.Drawing.Design.UITypeEditor))]
2312         [System.Web.UI.UrlPropertyAttribute]
2313         public string PreviousPageImageUrl { get { throw null; } set { } }
2314         [System.ComponentModel.CategoryAttribute("Appearance")]
2315         [System.ComponentModel.LocalizableAttribute(true)]
2316         public string PreviousPageText { get { throw null; } set { } }
2317         [System.ComponentModel.CategoryAttribute("Behavior")]
2318         [System.ComponentModel.DefaultValueAttribute(true)]
2319         public bool RenderNonBreakingSpacesBetweenControls { get { throw null; } set { } }
CopyProperties(System.Web.UI.WebControls.DataPagerField newField)2320         protected override void CopyProperties(System.Web.UI.WebControls.DataPagerField newField) { }
CreateDataPagers(System.Web.UI.WebControls.DataPagerFieldItem container, int startRowIndex, int maximumRows, int totalRowCount, int fieldIndex)2321         public override void CreateDataPagers(System.Web.UI.WebControls.DataPagerFieldItem container, int startRowIndex, int maximumRows, int totalRowCount, int fieldIndex) { }
CreateField()2322         protected override System.Web.UI.WebControls.DataPagerField CreateField() { throw null; }
Equals(object o)2323         public override bool Equals(object o) { throw null; }
GetHashCode()2324         public override int GetHashCode() { throw null; }
HandleEvent(System.Web.UI.WebControls.CommandEventArgs e)2325         public override void HandleEvent(System.Web.UI.WebControls.CommandEventArgs e) { }
2326     }
2327     public partial class PageEventArgs : System.EventArgs
2328     {
PageEventArgs(int startRowIndex, int maximumRows, int totalRowCount)2329         public PageEventArgs(int startRowIndex, int maximumRows, int totalRowCount) { }
2330         public int MaximumRows { get { throw null; } }
2331         public int StartRowIndex { get { throw null; } }
2332         public int TotalRowCount { get { throw null; } }
2333     }
2334     public partial class PagePropertiesChangingEventArgs : System.EventArgs
2335     {
PagePropertiesChangingEventArgs(int startRowIndex, int maximumRows)2336         public PagePropertiesChangingEventArgs(int startRowIndex, int maximumRows) { }
2337         public int MaximumRows { get { throw null; } }
2338         public int StartRowIndex { get { throw null; } }
2339     }
2340     [System.Web.UI.ParseChildrenAttribute(true)]
2341     [System.Web.UI.PersistChildrenAttribute(false)]
2342     public abstract partial class QueryableDataSource : System.Web.UI.DataSourceControl, System.Web.UI.IDataSource, System.Web.UI.WebControls.IQueryableDataSource
2343     {
QueryableDataSource()2344         protected QueryableDataSource() { }
2345         public event System.EventHandler<System.Web.UI.WebControls.QueryCreatedEventArgs> QueryCreated { add { } remove { } }
CreateQueryableView()2346         protected abstract System.Web.UI.WebControls.QueryableDataSourceView CreateQueryableView();
GetView(string viewName)2347         protected override System.Web.UI.DataSourceView GetView(string viewName) { throw null; }
GetViewNames()2348         protected override System.Collections.ICollection GetViewNames() { throw null; }
LoadViewState(object savedState)2349         protected override void LoadViewState(object savedState) { }
OnInit(System.EventArgs e)2350         protected internal override void OnInit(System.EventArgs e) { }
RaiseViewChanged()2351         public void RaiseViewChanged() { }
SaveViewState()2352         protected override object SaveViewState() { throw null; }
TrackViewState()2353         protected override void TrackViewState() { }
UpdateParameterVales()2354         protected virtual void UpdateParameterVales() { }
2355     }
2356     public partial class QueryableDataSourceEditData
2357     {
QueryableDataSourceEditData()2358         public QueryableDataSourceEditData() { }
2359         public object NewDataObject { get { throw null; } set { } }
2360         public object OriginalDataObject { get { throw null; } set { } }
2361     }
2362     public abstract partial class QueryableDataSourceView : System.Web.UI.DataSourceView, System.Web.UI.IStateManager
2363     {
2364         protected static readonly object EventSelected;
2365         protected static readonly object EventSelecting;
QueryableDataSourceView(System.Web.UI.DataSourceControl owner, string viewName, System.Web.HttpContext context)2366         protected QueryableDataSourceView(System.Web.UI.DataSourceControl owner, string viewName, System.Web.HttpContext context) : base (default(System.Web.UI.IDataSource), default(string)) { }
2367         public bool AutoGenerateOrderByClause { get { throw null; } set { } }
2368         public bool AutoGenerateWhereClause { get { throw null; } set { } }
2369         public virtual bool AutoPage { get { throw null; } set { } }
2370         public virtual bool AutoSort { get { throw null; } set { } }
2371         public override bool CanDelete { get { throw null; } }
2372         public override bool CanInsert { get { throw null; } }
2373         public override bool CanPage { get { throw null; } }
2374         public override bool CanRetrieveTotalRowCount { get { throw null; } }
2375         public override bool CanSort { get { throw null; } }
2376         public override bool CanUpdate { get { throw null; } }
2377         public virtual System.Web.UI.WebControls.ParameterCollection DeleteParameters { get { throw null; } }
2378         protected abstract System.Type EntityType { get; }
2379         public virtual string GroupBy { get { throw null; } set { } }
2380         public virtual System.Web.UI.WebControls.ParameterCollection GroupByParameters { get { throw null; } }
2381         public virtual System.Web.UI.WebControls.ParameterCollection InsertParameters { get { throw null; } }
2382         protected bool IsTrackingViewState { get { throw null; } }
2383         public virtual string OrderBy { get { throw null; } set { } }
2384         public virtual System.Web.UI.WebControls.ParameterCollection OrderByParameters { get { throw null; } }
2385         public virtual string OrderGroupsBy { get { throw null; } set { } }
2386         public virtual System.Web.UI.WebControls.ParameterCollection OrderGroupsByParameters { get { throw null; } }
2387         public virtual string SelectNew { get { throw null; } set { } }
2388         public virtual System.Web.UI.WebControls.ParameterCollection SelectNewParameters { get { throw null; } }
2389         bool System.Web.UI.IStateManager.IsTrackingViewState { get { throw null; } }
2390         public virtual System.Web.UI.WebControls.ParameterCollection UpdateParameters { get { throw null; } }
2391         public virtual string Where { get { throw null; } set { } }
2392         public virtual System.Web.UI.WebControls.ParameterCollection WhereParameters { get { throw null; } }
2393         public event System.EventHandler<System.Web.UI.WebControls.QueryCreatedEventArgs> QueryCreated { add { } remove { } }
BuildDeleteObject(System.Collections.IDictionary keys, System.Collections.IDictionary oldValues, System.Collections.Generic.IDictionary<string, System.Exception> validationErrors)2394         protected System.Web.UI.WebControls.QueryableDataSourceEditData BuildDeleteObject(System.Collections.IDictionary keys, System.Collections.IDictionary oldValues, System.Collections.Generic.IDictionary<string, System.Exception> validationErrors) { throw null; }
BuildInsertObject(System.Collections.IDictionary values, System.Collections.Generic.IDictionary<string, System.Exception> validationErrors)2395         protected System.Web.UI.WebControls.QueryableDataSourceEditData BuildInsertObject(System.Collections.IDictionary values, System.Collections.Generic.IDictionary<string, System.Exception> validationErrors) { throw null; }
BuildQuery(System.Web.UI.DataSourceSelectArguments arguments)2396         protected virtual System.Linq.IQueryable BuildQuery(System.Web.UI.DataSourceSelectArguments arguments) { throw null; }
BuildUpdateObjects(System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Collections.IDictionary oldValues, System.Collections.Generic.IDictionary<string, System.Exception> validationErrors)2397         protected System.Web.UI.WebControls.QueryableDataSourceEditData BuildUpdateObjects(System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Collections.IDictionary oldValues, System.Collections.Generic.IDictionary<string, System.Exception> validationErrors) { throw null; }
ClearOriginalValues()2398         protected void ClearOriginalValues() { }
CreateQueryContext(System.Web.UI.DataSourceSelectArguments arguments)2399         protected System.Web.UI.WebControls.QueryContext CreateQueryContext(System.Web.UI.DataSourceSelectArguments arguments) { throw null; }
Delete(System.Collections.IDictionary keys, System.Collections.IDictionary oldValues)2400         public int Delete(System.Collections.IDictionary keys, System.Collections.IDictionary oldValues) { throw null; }
DeleteObject(object oldEntity)2401         protected virtual int DeleteObject(object oldEntity) { throw null; }
ExecuteDelete(System.Collections.IDictionary keys, System.Collections.IDictionary oldValues)2402         protected override int ExecuteDelete(System.Collections.IDictionary keys, System.Collections.IDictionary oldValues) { throw null; }
ExecuteInsert(System.Collections.IDictionary values)2403         protected override int ExecuteInsert(System.Collections.IDictionary values) { throw null; }
ExecutePaging(System.Linq.IQueryable source, System.Web.UI.WebControls.QueryContext context)2404         protected System.Linq.IQueryable ExecutePaging(System.Linq.IQueryable source, System.Web.UI.WebControls.QueryContext context) { throw null; }
ExecuteQuery(System.Linq.IQueryable source, System.Web.UI.WebControls.QueryContext context)2405         protected virtual System.Linq.IQueryable ExecuteQuery(System.Linq.IQueryable source, System.Web.UI.WebControls.QueryContext context) { throw null; }
ExecuteQueryExpressions(System.Linq.IQueryable source, System.Web.UI.WebControls.QueryContext context)2406         protected System.Linq.IQueryable ExecuteQueryExpressions(System.Linq.IQueryable source, System.Web.UI.WebControls.QueryContext context) { throw null; }
ExecuteSelect(System.Web.UI.DataSourceSelectArguments arguments)2407         protected internal override System.Collections.IEnumerable ExecuteSelect(System.Web.UI.DataSourceSelectArguments arguments) { throw null; }
ExecuteSorting(System.Linq.IQueryable source, System.Web.UI.WebControls.QueryContext context)2408         protected System.Linq.IQueryable ExecuteSorting(System.Linq.IQueryable source, System.Web.UI.WebControls.QueryContext context) { throw null; }
ExecuteUpdate(System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Collections.IDictionary oldValues)2409         protected override int ExecuteUpdate(System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Collections.IDictionary oldValues) { throw null; }
GetOriginalValues(System.Collections.IDictionary keys)2410         protected virtual System.Collections.IDictionary GetOriginalValues(System.Collections.IDictionary keys) { throw null; }
GetSource(System.Web.UI.WebControls.QueryContext context)2411         protected abstract object GetSource(System.Web.UI.WebControls.QueryContext context);
HandleValidationErrors(System.Collections.Generic.IDictionary<string, System.Exception> errors, System.Web.UI.DataSourceOperation operation)2412         protected abstract void HandleValidationErrors(System.Collections.Generic.IDictionary<string, System.Exception> errors, System.Web.UI.DataSourceOperation operation);
Insert(System.Collections.IDictionary values)2413         public int Insert(System.Collections.IDictionary values) { throw null; }
InsertObject(object newEntity)2414         protected virtual int InsertObject(object newEntity) { throw null; }
LoadViewState(object savedState)2415         protected virtual void LoadViewState(object savedState) { }
OnQueryCreated(System.Web.UI.WebControls.QueryCreatedEventArgs e)2416         protected virtual void OnQueryCreated(System.Web.UI.WebControls.QueryCreatedEventArgs e) { }
OnQueryParametersChanged(object sender, System.EventArgs e)2417         protected void OnQueryParametersChanged(object sender, System.EventArgs e) { }
RaiseViewChanged()2418         public void RaiseViewChanged() { }
SaveViewState()2419         protected virtual object SaveViewState() { throw null; }
StoreOriginalValues(System.Collections.IList results)2420         protected virtual void StoreOriginalValues(System.Collections.IList results) { }
StoreOriginalValues(System.Collections.IList results, System.Func<System.ComponentModel.PropertyDescriptor, bool> include)2421         protected void StoreOriginalValues(System.Collections.IList results, System.Func<System.ComponentModel.PropertyDescriptor, bool> include) { }
System.Web.UI.IStateManager.LoadViewState(object state)2422         void System.Web.UI.IStateManager.LoadViewState(object state) { }
System.Web.UI.IStateManager.SaveViewState()2423         object System.Web.UI.IStateManager.SaveViewState() { throw null; }
System.Web.UI.IStateManager.TrackViewState()2424         void System.Web.UI.IStateManager.TrackViewState() { }
TrackViewState()2425         protected virtual void TrackViewState() { }
Update(System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Collections.IDictionary oldValues)2426         public int Update(System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Collections.IDictionary oldValues) { throw null; }
UpdateObject(object oldEntity, object newEntity)2427         protected virtual int UpdateObject(object oldEntity, object newEntity) { throw null; }
2428     }
2429     public partial class QueryContext
2430     {
QueryContext(System.Collections.Generic.IDictionary<string, object> whereParameters, System.Collections.Generic.IDictionary<string, object> orderGroupsByParameters, System.Collections.Specialized.IOrderedDictionary orderByParameters, System.Collections.Generic.IDictionary<string, object> groupByParameters, System.Collections.Generic.IDictionary<string, object> selectParameters, System.Web.UI.DataSourceSelectArguments arguments)2431         public QueryContext(System.Collections.Generic.IDictionary<string, object> whereParameters, System.Collections.Generic.IDictionary<string, object> orderGroupsByParameters, System.Collections.Specialized.IOrderedDictionary orderByParameters, System.Collections.Generic.IDictionary<string, object> groupByParameters, System.Collections.Generic.IDictionary<string, object> selectParameters, System.Web.UI.DataSourceSelectArguments arguments) { }
2432         public System.Web.UI.DataSourceSelectArguments Arguments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
2433         public System.Collections.Generic.IDictionary<string, object> GroupByParameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
2434         public System.Collections.Specialized.IOrderedDictionary OrderByParameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
2435         public System.Collections.Generic.IDictionary<string, object> OrderGroupsByParameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
2436         public System.Collections.Generic.IDictionary<string, object> SelectParameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
2437         public System.Collections.Generic.IDictionary<string, object> WhereParameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
2438     }
2439     public partial class QueryCreatedEventArgs : System.EventArgs
2440     {
QueryCreatedEventArgs(System.Linq.IQueryable query)2441         public QueryCreatedEventArgs(System.Linq.IQueryable query) { }
2442         public System.Linq.IQueryable Query { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
2443     }
2444     [System.ComponentModel.DefaultPropertyAttribute("TargetControlID")]
2445     [System.ComponentModel.DesignerAttribute("System.Web.UI.Design.QueryExtenderDesigner, System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
2446     [System.Drawing.ToolboxBitmapAttribute(typeof(System.Web.UI.WebControls.QueryExtender), "QueryExtender.bmp")]
2447     [System.Web.UI.NonVisualControlAttribute]
2448     [System.Web.UI.ParseChildrenAttribute(true, "Expressions")]
2449     [System.Web.UI.PersistChildrenAttribute(false)]
2450     [System.Web.UI.TargetControlTypeAttribute(typeof(System.Web.UI.WebControls.IQueryableDataSource))]
2451     public partial class QueryExtender : System.Web.UI.Control
2452     {
QueryExtender()2453         public QueryExtender() { }
2454         [System.ComponentModel.BrowsableAttribute(false)]
2455         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2456         public virtual System.Web.UI.WebControls.IQueryableDataSource DataSource { get { throw null; } }
2457         [System.ComponentModel.CategoryAttribute("Behavior")]
2458         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(2))]
2459         public System.Web.UI.WebControls.Expressions.DataSourceExpressionCollection Expressions { get { throw null; } }
2460         [System.ComponentModel.CategoryAttribute("Behavior")]
2461         [System.ComponentModel.DefaultValueAttribute("")]
2462         [System.Web.UI.IDReferencePropertyAttribute]
2463         public virtual string TargetControlID { get { throw null; } set { } }
LoadViewState(object savedState)2464         protected override void LoadViewState(object savedState) { }
OnInit(System.EventArgs e)2465         protected internal override void OnInit(System.EventArgs e) { }
SaveViewState()2466         protected override object SaveViewState() { throw null; }
TrackViewState()2467         protected override void TrackViewState() { }
2468     }
2469     public partial class TemplatePagerField : System.Web.UI.WebControls.DataPagerField
2470     {
TemplatePagerField()2471         public TemplatePagerField() { }
2472         [System.ComponentModel.BrowsableAttribute(false)]
2473         [System.ComponentModel.DefaultValueAttribute(null)]
2474         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(1))]
2475         [System.Web.UI.TemplateContainerAttribute(typeof(System.Web.UI.WebControls.DataPagerFieldItem), (System.ComponentModel.BindingDirection)(1))]
2476         public virtual System.Web.UI.ITemplate PagerTemplate { get { throw null; } set { } }
2477         [System.ComponentModel.CategoryAttribute("Action")]
2478         public event System.EventHandler<System.Web.UI.WebControls.DataPagerCommandEventArgs> PagerCommand { add { } remove { } }
CopyProperties(System.Web.UI.WebControls.DataPagerField newField)2479         protected override void CopyProperties(System.Web.UI.WebControls.DataPagerField newField) { }
CreateDataPagers(System.Web.UI.WebControls.DataPagerFieldItem container, int startRowIndex, int maximumRows, int totalRowCount, int fieldIndex)2480         public override void CreateDataPagers(System.Web.UI.WebControls.DataPagerFieldItem container, int startRowIndex, int maximumRows, int totalRowCount, int fieldIndex) { }
CreateField()2481         protected override System.Web.UI.WebControls.DataPagerField CreateField() { throw null; }
HandleEvent(System.Web.UI.WebControls.CommandEventArgs e)2482         public override void HandleEvent(System.Web.UI.WebControls.CommandEventArgs e) { }
OnPagerCommand(System.Web.UI.WebControls.DataPagerCommandEventArgs e)2483         protected virtual void OnPagerCommand(System.Web.UI.WebControls.DataPagerCommandEventArgs e) { }
2484     }
2485 }
2486 namespace System.Web.UI.WebControls.Expressions
2487 {
2488     [System.Web.UI.ParseChildrenAttribute(true, "Parameters")]
2489     [System.Web.UI.PersistChildrenAttribute(false)]
2490     public partial class CustomExpression : System.Web.UI.WebControls.Expressions.ParameterDataSourceExpression
2491     {
CustomExpression()2492         public CustomExpression() { }
2493         public event System.EventHandler<System.Web.UI.WebControls.Expressions.CustomExpressionEventArgs> Querying { add { } remove { } }
GetQueryable(System.Linq.IQueryable source)2494         public override System.Linq.IQueryable GetQueryable(System.Linq.IQueryable source) { throw null; }
2495     }
2496     public partial class CustomExpressionEventArgs : System.EventArgs
2497     {
CustomExpressionEventArgs(System.Linq.IQueryable source, System.Collections.Generic.IDictionary<string, object> values)2498         public CustomExpressionEventArgs(System.Linq.IQueryable source, System.Collections.Generic.IDictionary<string, object> values) { }
2499         public System.Linq.IQueryable Query { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
2500         public System.Collections.Generic.IDictionary<string, object> Values { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
2501     }
2502     public abstract partial class DataSourceExpression : System.Web.UI.IStateManager
2503     {
DataSourceExpression()2504         protected DataSourceExpression() { }
2505         protected System.Web.HttpContext Context { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
2506         public System.Web.UI.WebControls.IQueryableDataSource DataSource { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
2507         protected bool IsTrackingViewState { get { throw null; } }
2508         protected System.Web.UI.Control Owner { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
2509         bool System.Web.UI.IStateManager.IsTrackingViewState { get { throw null; } }
2510         [System.ComponentModel.BrowsableAttribute(false)]
2511         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2512         protected System.Web.UI.StateBag ViewState { get { throw null; } }
GetQueryable(System.Linq.IQueryable source)2513         public abstract System.Linq.IQueryable GetQueryable(System.Linq.IQueryable source);
LoadViewState(object savedState)2514         protected virtual void LoadViewState(object savedState) { }
SaveViewState()2515         protected virtual object SaveViewState() { throw null; }
SetContext(System.Web.UI.Control owner, System.Web.HttpContext context, System.Web.UI.WebControls.IQueryableDataSource dataSource)2516         public virtual void SetContext(System.Web.UI.Control owner, System.Web.HttpContext context, System.Web.UI.WebControls.IQueryableDataSource dataSource) { }
SetDirty()2517         public void SetDirty() { }
System.Web.UI.IStateManager.LoadViewState(object state)2518         void System.Web.UI.IStateManager.LoadViewState(object state) { }
System.Web.UI.IStateManager.SaveViewState()2519         object System.Web.UI.IStateManager.SaveViewState() { throw null; }
System.Web.UI.IStateManager.TrackViewState()2520         void System.Web.UI.IStateManager.TrackViewState() { }
TrackViewState()2521         protected virtual void TrackViewState() { }
2522     }
2523     public partial class DataSourceExpressionCollection : System.Web.UI.StateManagedCollection
2524     {
DataSourceExpressionCollection()2525         public DataSourceExpressionCollection() { }
2526         public System.Web.HttpContext Context { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
2527         public System.Web.UI.WebControls.Expressions.DataSourceExpression this[int index] { get { throw null; } set { } }
2528         public System.Web.UI.Control Owner { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
Add(System.Web.UI.WebControls.Expressions.DataSourceExpression expression)2529         public void Add(System.Web.UI.WebControls.Expressions.DataSourceExpression expression) { }
Contains(System.Web.UI.WebControls.Expressions.DataSourceExpression expression)2530         public void Contains(System.Web.UI.WebControls.Expressions.DataSourceExpression expression) { }
CopyTo(System.Web.UI.WebControls.Expressions.DataSourceExpression[] expressionArray, int index)2531         public void CopyTo(System.Web.UI.WebControls.Expressions.DataSourceExpression[] expressionArray, int index) { }
CreateKnownType(int index)2532         protected override object CreateKnownType(int index) { throw null; }
GetKnownTypes()2533         protected override System.Type[] GetKnownTypes() { throw null; }
IndexOf(System.Web.UI.WebControls.Expressions.DataSourceExpression expression)2534         public int IndexOf(System.Web.UI.WebControls.Expressions.DataSourceExpression expression) { throw null; }
Insert(int index, System.Web.UI.WebControls.Expressions.DataSourceExpression expression)2535         public void Insert(int index, System.Web.UI.WebControls.Expressions.DataSourceExpression expression) { }
Remove(System.Web.UI.WebControls.Expressions.DataSourceExpression expression)2536         public void Remove(System.Web.UI.WebControls.Expressions.DataSourceExpression expression) { }
RemoveAt(int index)2537         public void RemoveAt(int index) { }
SetDirtyObject(object o)2538         protected override void SetDirtyObject(object o) { }
2539     }
2540     public partial class MethodExpression : System.Web.UI.WebControls.Expressions.ParameterDataSourceExpression
2541     {
MethodExpression()2542         public MethodExpression() { }
2543         public bool IgnoreIfNotFound { get { throw null; } set { } }
2544         public string MethodName { get { throw null; } set { } }
2545         public string TypeName { get { throw null; } set { } }
GetQueryable(System.Linq.IQueryable source)2546         public override System.Linq.IQueryable GetQueryable(System.Linq.IQueryable source) { throw null; }
2547     }
2548     public partial class OfTypeExpression : System.Web.UI.WebControls.Expressions.DataSourceExpression
2549     {
OfTypeExpression()2550         public OfTypeExpression() { }
OfTypeExpression(System.Type type)2551         public OfTypeExpression(System.Type type) { }
2552         [System.ComponentModel.DefaultValueAttribute("")]
2553         public string TypeName { get { throw null; } set { } }
GetQueryable(System.Linq.IQueryable query)2554         public override System.Linq.IQueryable GetQueryable(System.Linq.IQueryable query) { throw null; }
2555     }
2556     [System.Web.UI.ParseChildrenAttribute(true, "ThenByExpressions")]
2557     [System.Web.UI.PersistChildrenAttribute(false)]
2558     public partial class OrderByExpression : System.Web.UI.WebControls.Expressions.DataSourceExpression
2559     {
OrderByExpression()2560         public OrderByExpression() { }
2561         public string DataField { get { throw null; } set { } }
2562         public System.Web.UI.WebControls.SortDirection Direction { get { throw null; } set { } }
2563         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(2))]
2564         public System.Collections.ObjectModel.Collection<System.Web.UI.WebControls.Expressions.ThenBy> ThenByExpressions { get { throw null; } }
GetQueryable(System.Linq.IQueryable source)2565         public override System.Linq.IQueryable GetQueryable(System.Linq.IQueryable source) { throw null; }
2566     }
2567     [System.Web.UI.ParseChildrenAttribute(true, "Parameters")]
2568     [System.Web.UI.PersistChildrenAttribute(false)]
2569     public abstract partial class ParameterDataSourceExpression : System.Web.UI.WebControls.Expressions.DataSourceExpression
2570     {
ParameterDataSourceExpression()2571         protected ParameterDataSourceExpression() { }
2572         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(2))]
2573         public System.Web.UI.WebControls.ParameterCollection Parameters { get { throw null; } }
LoadViewState(object savedState)2574         protected override void LoadViewState(object savedState) { }
SaveViewState()2575         protected override object SaveViewState() { throw null; }
SetContext(System.Web.UI.Control owner, System.Web.HttpContext context, System.Web.UI.WebControls.IQueryableDataSource dataSource)2576         public override void SetContext(System.Web.UI.Control owner, System.Web.HttpContext context, System.Web.UI.WebControls.IQueryableDataSource dataSource) { }
TrackViewState()2577         protected override void TrackViewState() { }
2578     }
2579     public partial class PropertyExpression : System.Web.UI.WebControls.Expressions.ParameterDataSourceExpression
2580     {
PropertyExpression()2581         public PropertyExpression() { }
GetQueryable(System.Linq.IQueryable source)2582         public override System.Linq.IQueryable GetQueryable(System.Linq.IQueryable source) { throw null; }
2583     }
2584     [System.Web.UI.ParseChildrenAttribute(true, "Expressions")]
2585     [System.Web.UI.PersistChildrenAttribute(false)]
2586     public partial class QueryExpression
2587     {
QueryExpression()2588         public QueryExpression() { }
2589         [System.Web.UI.PersistenceModeAttribute((System.Web.UI.PersistenceMode)(2))]
2590         public System.Web.UI.WebControls.Expressions.DataSourceExpressionCollection Expressions { get { throw null; } }
GetQueryable(System.Linq.IQueryable source)2591         public virtual System.Linq.IQueryable GetQueryable(System.Linq.IQueryable source) { throw null; }
Initialize(System.Web.UI.Control owner, System.Web.HttpContext context, System.Web.UI.WebControls.IQueryableDataSource dataSource)2592         public void Initialize(System.Web.UI.Control owner, System.Web.HttpContext context, System.Web.UI.WebControls.IQueryableDataSource dataSource) { }
2593     }
2594     public partial class RangeExpression : System.Web.UI.WebControls.Expressions.ParameterDataSourceExpression
2595     {
RangeExpression()2596         public RangeExpression() { }
2597         public string DataField { get { throw null; } set { } }
2598         public System.Web.UI.WebControls.Expressions.RangeType MaxType { get { throw null; } set { } }
2599         public System.Web.UI.WebControls.Expressions.RangeType MinType { get { throw null; } set { } }
GetQueryable(System.Linq.IQueryable source)2600         public override System.Linq.IQueryable GetQueryable(System.Linq.IQueryable source) { throw null; }
2601     }
2602     public enum RangeType
2603     {
2604         Exclusive = 1,
2605         Inclusive = 2,
2606         None = 0,
2607     }
2608     public partial class SearchExpression : System.Web.UI.WebControls.Expressions.ParameterDataSourceExpression
2609     {
SearchExpression()2610         public SearchExpression() { }
2611         public System.StringComparison ComparisonType { get { throw null; } set { } }
2612         public string DataFields { get { throw null; } set { } }
2613         public System.Web.UI.WebControls.Expressions.SearchType SearchType { get { throw null; } set { } }
GetQueryable(System.Linq.IQueryable source)2614         public override System.Linq.IQueryable GetQueryable(System.Linq.IQueryable source) { throw null; }
2615     }
2616     public enum SearchType
2617     {
2618         Contains = 0,
2619         EndsWith = 2,
2620         StartsWith = 1,
2621     }
2622     public partial class ThenBy
2623     {
ThenBy()2624         public ThenBy() { }
2625         public string DataField { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
2626         public System.Web.UI.WebControls.SortDirection Direction { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
2627     }
2628 }
2629