Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SubtreeProcessor.cs
- CFStream.cs
- CustomTokenProvider.cs
- CookieParameter.cs
- FullTextLine.cs
- ZipIOExtraFieldElement.cs
- PathFigureCollection.cs
- SystemResources.cs
- JoinTreeNode.cs
- BamlBinaryReader.cs
- TargetPerspective.cs
- XmlAttribute.cs
- FixedDocument.cs
- ResourceExpressionBuilder.cs
- MatrixAnimationUsingKeyFrames.cs
- ExpressionNode.cs
- PointHitTestResult.cs
- TPLETWProvider.cs
- PingReply.cs
- UDPClient.cs
- XPathParser.cs
- SmtpFailedRecipientException.cs
- XPathPatternParser.cs
- UIElementHelper.cs
- XmlMtomWriter.cs
- Trustee.cs
- StringUtil.cs
- AssemblyHash.cs
- XmlLanguage.cs
- HealthMonitoringSection.cs
- ScriptingJsonSerializationSection.cs
- ComboBox.cs
- MarkupCompilePass1.cs
- MetadataArtifactLoaderComposite.cs
- DataListDesigner.cs
- EnumerableRowCollection.cs
- DocumentSequenceHighlightLayer.cs
- RequestTimeoutManager.cs
- CaseInsensitiveHashCodeProvider.cs
- SQLBoolean.cs
- AttachedPropertyMethodSelector.cs
- PermissionRequestEvidence.cs
- WindowsFormsLinkLabel.cs
- XmlnsDictionary.cs
- GenerateScriptTypeAttribute.cs
- SessionStateUtil.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- DSACryptoServiceProvider.cs
- EncodingInfo.cs
- ValidatingReaderNodeData.cs
- Pts.cs
- RepeaterItemCollection.cs
- WindowsPen.cs
- CompatibleComparer.cs
- SchemaType.cs
- BlockCollection.cs
- _NestedSingleAsyncResult.cs
- ReadOnlyHierarchicalDataSource.cs
- ArrangedElement.cs
- CompModSwitches.cs
- DocumentViewerBase.cs
- ViewStateModeByIdAttribute.cs
- _ServiceNameStore.cs
- CompressionTransform.cs
- PropertyChangeTracker.cs
- DataColumnMapping.cs
- SettingsContext.cs
- UIElementIsland.cs
- StackOverflowException.cs
- CustomTypeDescriptor.cs
- WorkflowApplicationUnhandledExceptionEventArgs.cs
- ZipIOExtraFieldZip64Element.cs
- SafeLibraryHandle.cs
- MetadataItemCollectionFactory.cs
- DeclarationUpdate.cs
- AnnotationDocumentPaginator.cs
- XmlIlGenerator.cs
- BitmapCodecInfo.cs
- QueuedDeliveryRequirementsMode.cs
- ConcurrentStack.cs
- NotSupportedException.cs
- RuleSettingsCollection.cs
- RedirectionProxy.cs
- LicenseException.cs
- XPathDocument.cs
- Point4DConverter.cs
- TokenDescriptor.cs
- TextTabProperties.cs
- HighContrastHelper.cs
- Globals.cs
- ValidationResult.cs
- HitTestWithGeometryDrawingContextWalker.cs
- Base64Decoder.cs
- FileDialogCustomPlace.cs
- DictionaryManager.cs
- DockPanel.cs
- VBCodeProvider.cs
- DispatcherFrame.cs
- ModelItemDictionaryImpl.cs
- Opcode.cs