Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / CompMod / System / ComponentModel / ListSortDescription.cs / 1 / ListSortDescription.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.ComponentModel { using System.Collections; using System.Security.Permissions; ////// [HostProtection(SharedState = true)] public class ListSortDescription { PropertyDescriptor property; ListSortDirection sortDirection; ///[To be supplied.] ////// public ListSortDescription(PropertyDescriptor property, ListSortDirection direction) { this.property = property; this.sortDirection = direction; } ///[To be supplied.] ////// public PropertyDescriptor PropertyDescriptor { get { return this.property; } set { this.property = value; } } ///[To be supplied.] ////// public ListSortDirection SortDirection { get { return this.sortDirection; } set { this.sortDirection = value; } } } }[To be supplied.] ///
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- LoadRetryStrategyFactory.cs
- XMLUtil.cs
- AssemblyBuilderData.cs
- OledbConnectionStringbuilder.cs
- BinaryNode.cs
- SelectedGridItemChangedEvent.cs
- ProcessProtocolHandler.cs
- WebPartEditVerb.cs
- XamlFilter.cs
- WebPartCatalogCloseVerb.cs
- SrgsElementFactoryCompiler.cs
- ControlCachePolicy.cs
- UnsafeNativeMethods.cs
- PathTooLongException.cs
- XmlTypeMapping.cs
- uribuilder.cs
- LocalBuilder.cs
- FieldBuilder.cs
- coordinatorfactory.cs
- XmlBinaryReader.cs
- WriteLineDesigner.xaml.cs
- Descriptor.cs
- ListViewItemSelectionChangedEvent.cs
- ValueOfAction.cs
- SizeAnimationUsingKeyFrames.cs
- VariableQuery.cs
- IndexedString.cs
- DataGridViewCellStyle.cs
- HttpApplication.cs
- InstanceCreationEditor.cs
- ReceiveReply.cs
- ResourceManager.cs
- CharacterString.cs
- EdmValidator.cs
- SQLCharsStorage.cs
- Property.cs
- ReachDocumentPageSerializer.cs
- SerializationHelper.cs
- MD5.cs
- DomNameTable.cs
- EntityDataSourceContextCreatingEventArgs.cs
- UpdateCommand.cs
- PrimaryKeyTypeConverter.cs
- CompositeActivityMarkupSerializer.cs
- VerificationAttribute.cs
- Dictionary.cs
- HttpListenerTimeoutManager.cs
- ClassHandlersStore.cs
- RadioButtonFlatAdapter.cs
- ExtensionSimplifierMarkupObject.cs
- SqlTypeConverter.cs
- WindowsAuthenticationModule.cs
- ContextDataSource.cs
- HttpUnhandledOperationInvoker.cs
- SourceSwitch.cs
- GraphicsPath.cs
- QilFactory.cs
- ServiceObjectContainer.cs
- Bind.cs
- ThrowOnMultipleAssignment.cs
- CommandDesigner.cs
- AttachInfo.cs
- SqlCacheDependencySection.cs
- DiscoveryEndpointElement.cs
- SiteMembershipCondition.cs
- SignatureToken.cs
- ContextInformation.cs
- ToolStripDropDown.cs
- ContextQuery.cs
- EventRoute.cs
- StorageSetMapping.cs
- ListViewDeleteEventArgs.cs
- DbReferenceCollection.cs
- EncryptedKeyHashIdentifierClause.cs
- securitycriticaldata.cs
- DataGridViewCellCollection.cs
- MetaModel.cs
- TreeWalker.cs
- HtmlControlPersistable.cs
- SoapFaultCodes.cs
- CompiledXpathExpr.cs
- DeclarativeCatalogPart.cs
- ReferencedCategoriesDocument.cs
- ChannelManager.cs
- ItemDragEvent.cs
- RegistryPermission.cs
- AsyncStreamReader.cs
- WmpBitmapDecoder.cs
- ToolboxItemCollection.cs
- AspNetCompatibilityRequirementsAttribute.cs
- RtfNavigator.cs
- DSASignatureDeformatter.cs
- Object.cs
- SrgsElementFactoryCompiler.cs
- ellipse.cs
- CorrelationHandle.cs
- GAC.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- XmlNodeList.cs
- ColumnHeaderConverter.cs