Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / DataControlCommands.cs / 1 / DataControlCommands.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class DataControlCommands { private DataControlCommands() {} ////// public const string SortCommandName = "Sort"; ///Specifies the ///command. This field is constant. /// public const string SelectCommandName = "Select"; ///Specifies the ///command. This field is constant. /// public const string EditCommandName = "Edit"; ///Specifies the ///command. This field is constant. /// public const string DeleteCommandName = "Delete"; ///Specifies the ///command. This field is constant. /// public const string UpdateCommandName = "Update"; ///Specifies the ///command. This field is constant. /// public const string CancelCommandName = "Cancel"; ///Specifies the ///command. This field is constant. /// public const string PageCommandName = "Page"; ///Specifies the ///command. This field is constant. /// public const string NextPageCommandArgument = "Next"; ///Specifies the ///argument. This field is constant. /// public const string PreviousPageCommandArgument = "Prev"; ///Specifies the ///argument. This field is constant. /// public const string FirstPageCommandArgument = "First"; ///Specifies the ///argument. This field is constant. /// public const string LastPageCommandArgument = "Last"; ///Specifies the ///argument. This field is constant. /// public const string InsertCommandName = "Insert"; ///Specifies the ///command. This field is constant. /// public const string NewCommandName = "New"; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.Specifies the ///command. This field is constant.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TableCellCollection.cs
- SignHashRequest.cs
- SslStream.cs
- DocumentViewerBaseAutomationPeer.cs
- AttributedMetaModel.cs
- NotifyCollectionChangedEventArgs.cs
- WindowsListViewSubItem.cs
- SchemaEntity.cs
- ResourceReferenceExpressionConverter.cs
- ToolboxComponentsCreatingEventArgs.cs
- FileSystemInfo.cs
- ComponentTray.cs
- VirtualDirectoryMapping.cs
- PerformanceCounterManager.cs
- SecurityTraceRecordHelper.cs
- CSharpCodeProvider.cs
- SocketStream.cs
- FixedSOMElement.cs
- ManagedWndProcTracker.cs
- LiteralTextParser.cs
- DecimalFormatter.cs
- MessageSecurityVersion.cs
- TextWriterTraceListener.cs
- TextBounds.cs
- ArglessEventHandlerProxy.cs
- HotSpot.cs
- regiisutil.cs
- XNameTypeConverter.cs
- NamespaceList.cs
- UIElement3D.cs
- __Filters.cs
- ExtensionDataObject.cs
- MDIWindowDialog.cs
- RepeaterItem.cs
- PageWrapper.cs
- ToolTipAutomationPeer.cs
- ObjectStateEntry.cs
- ScrollableControl.cs
- PrefixQName.cs
- JsonQNameDataContract.cs
- PassportAuthenticationEventArgs.cs
- TeredoHelper.cs
- QilTargetType.cs
- ValidationSummary.cs
- FollowerQueueCreator.cs
- DataGridPagerStyle.cs
- DockingAttribute.cs
- XmlC14NWriter.cs
- RotateTransform.cs
- XmlSchemaSimpleTypeUnion.cs
- DataGridViewCellValidatingEventArgs.cs
- CodeVariableDeclarationStatement.cs
- RightsManagementPermission.cs
- FeatureSupport.cs
- StrokeNodeData.cs
- ImageListStreamer.cs
- SafeViewOfFileHandle.cs
- SystemIcmpV4Statistics.cs
- BufferBuilder.cs
- Int32CollectionConverter.cs
- ConfigDefinitionUpdates.cs
- XslTransform.cs
- CqlLexer.cs
- CloudCollection.cs
- IncomingWebRequestContext.cs
- BaseHashHelper.cs
- SizeAnimationUsingKeyFrames.cs
- HiddenFieldPageStatePersister.cs
- Compiler.cs
- CommandBinding.cs
- UTF7Encoding.cs
- IISMapPath.cs
- FormatterConverter.cs
- RangeValidator.cs
- MultiBindingExpression.cs
- TerminatingOperationBehavior.cs
- StyleCollectionEditor.cs
- CodeCatchClauseCollection.cs
- GPRECT.cs
- EntitySqlException.cs
- TreeView.cs
- ToolboxItemAttribute.cs
- LowerCaseStringConverter.cs
- DataGridViewRowHeaderCell.cs
- ProjectionCamera.cs
- SharedDp.cs
- WindowsIdentity.cs
- SingleSelectRootGridEntry.cs
- TextServicesCompartmentContext.cs
- TypedRowGenerator.cs
- ToolStripStatusLabel.cs
- CodeVariableReferenceExpression.cs
- NodeInfo.cs
- DecoderFallbackWithFailureFlag.cs
- ContainerSelectorBehavior.cs
- ObjectHelper.cs
- BinaryReader.cs
- ConfigXmlAttribute.cs
- Listbox.cs
- DataViewSettingCollection.cs