Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- InProcStateClientManager.cs
- ImmutableObjectAttribute.cs
- RectConverter.cs
- SmtpException.cs
- CapabilitiesRule.cs
- TraceContextRecord.cs
- TypeConverterHelper.cs
- DesignerAutoFormat.cs
- TextSimpleMarkerProperties.cs
- InputScopeNameConverter.cs
- InheritanceContextChangedEventManager.cs
- RuntimeHelpers.cs
- CheckBoxAutomationPeer.cs
- WebResourceUtil.cs
- DesignerRegionMouseEventArgs.cs
- RadioButtonAutomationPeer.cs
- StateMachine.cs
- Point.cs
- TemplateManager.cs
- MethodAccessException.cs
- XNameTypeConverter.cs
- AuthenticationException.cs
- SoundPlayer.cs
- HtmlInputSubmit.cs
- FormClosedEvent.cs
- NumberAction.cs
- CaretElement.cs
- HashAlgorithm.cs
- CodeTypeMemberCollection.cs
- Table.cs
- GenericQueueSurrogate.cs
- PartitionResolver.cs
- XmlSchemaAnnotation.cs
- OrderedDictionaryStateHelper.cs
- ViewValidator.cs
- InputProcessorProfilesLoader.cs
- ExpressionBindingCollection.cs
- ConnectionStringSettingsCollection.cs
- BindingNavigator.cs
- ManifestResourceInfo.cs
- ProfileGroupSettingsCollection.cs
- XhtmlBasicSelectionListAdapter.cs
- CodeIterationStatement.cs
- ConfigXmlReader.cs
- Vector3dCollection.cs
- Authorization.cs
- AddressingProperty.cs
- ModulesEntry.cs
- ISO2022Encoding.cs
- LogLogRecordEnumerator.cs
- StringStorage.cs
- GeometryHitTestResult.cs
- DocumentApplicationJournalEntry.cs
- BitmapMetadata.cs
- UrlAuthFailedErrorFormatter.cs
- EntryIndex.cs
- ToolStripSplitButton.cs
- TaiwanCalendar.cs
- Int16Animation.cs
- WebScriptServiceHost.cs
- HttpWebRequestElement.cs
- XhtmlBasicTextBoxAdapter.cs
- TextComposition.cs
- ThicknessConverter.cs
- BinaryMessageFormatter.cs
- Italic.cs
- OracleFactory.cs
- Keywords.cs
- ObjectView.cs
- TableLayoutRowStyleCollection.cs
- BaseParagraph.cs
- ToolStrip.cs
- SystemResources.cs
- ScriptMethodAttribute.cs
- IxmlLineInfo.cs
- ApplicationInterop.cs
- Deflater.cs
- Exception.cs
- Timer.cs
- BatchStream.cs
- IdnElement.cs
- RawContentTypeMapper.cs
- FixedDocumentPaginator.cs
- UnlockInstanceCommand.cs
- PointAnimationUsingPath.cs
- DriveInfo.cs
- InkCanvasSelectionAdorner.cs
- RegularExpressionValidator.cs
- Rule.cs
- ResourceExpressionBuilder.cs
- Utils.cs
- ReferenceConverter.cs
- ToolStripGripRenderEventArgs.cs
- CounterSampleCalculator.cs
- AssociationTypeEmitter.cs
- SqlDataSource.cs
- OutOfMemoryException.cs
- BrowserDefinitionCollection.cs
- TypeReference.cs
- WmlLinkAdapter.cs