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
- MouseEventArgs.cs
- DefaultParameterValueAttribute.cs
- StringResourceManager.cs
- ContainerAction.cs
- CategoryGridEntry.cs
- ContentElementAutomationPeer.cs
- TreeView.cs
- ApplyHostConfigurationBehavior.cs
- XsltException.cs
- StreamInfo.cs
- Literal.cs
- DashStyle.cs
- QueryOpeningEnumerator.cs
- InteropTrackingRecord.cs
- CacheDependency.cs
- NotifyParentPropertyAttribute.cs
- XmlObjectSerializerReadContext.cs
- ProjectedSlot.cs
- DefaultValidator.cs
- MetadataArtifactLoader.cs
- HttpStreamMessage.cs
- Light.cs
- WebPartZone.cs
- DoubleStorage.cs
- AxWrapperGen.cs
- KeyInterop.cs
- DataGridColumnReorderingEventArgs.cs
- LogExtent.cs
- SecurityCriticalDataForSet.cs
- MultiAsyncResult.cs
- FlowDocumentPaginator.cs
- StringFunctions.cs
- BasicExpressionVisitor.cs
- SrgsSubset.cs
- EdmValidator.cs
- Int16Storage.cs
- InvokeWebService.cs
- EpmTargetTree.cs
- NotificationContext.cs
- RestHandlerFactory.cs
- CodeExporter.cs
- XmlExtensionFunction.cs
- XmlILCommand.cs
- ListCollectionView.cs
- CommandValueSerializer.cs
- CommandDevice.cs
- ColumnBinding.cs
- WhitespaceRule.cs
- MSAAEventDispatcher.cs
- RuleAction.cs
- DetailsViewActionList.cs
- GroupQuery.cs
- MostlySingletonList.cs
- TextContainer.cs
- Padding.cs
- UIElement3D.cs
- UpdateProgress.cs
- Pair.cs
- ReliabilityContractAttribute.cs
- PropertyTabAttribute.cs
- XmlDataSourceView.cs
- FragmentNavigationEventArgs.cs
- ToolStripDropDown.cs
- ThreadStateException.cs
- ContentType.cs
- SqlMethodAttribute.cs
- TrustManager.cs
- COSERVERINFO.cs
- OutKeywords.cs
- MappingMetadataHelper.cs
- Pool.cs
- SystemInformation.cs
- FrameworkObject.cs
- AnnotationStore.cs
- FrameworkElement.cs
- SqlServices.cs
- HybridObjectCache.cs
- RectIndependentAnimationStorage.cs
- ApplicationActivator.cs
- HatchBrush.cs
- SoapInteropTypes.cs
- BinaryObjectInfo.cs
- WebPartPersonalization.cs
- UnsafeNativeMethods.cs
- TextEncodedRawTextWriter.cs
- PerfCounters.cs
- XmlSchemaGroupRef.cs
- InvokeBinder.cs
- QueryGenerator.cs
- EdgeModeValidation.cs
- CrossContextChannel.cs
- ModelVisual3D.cs
- UriExt.cs
- Size.cs
- CacheAxisQuery.cs
- AsymmetricSignatureFormatter.cs
- SqlStatistics.cs
- EntityDataSourceSelectedEventArgs.cs
- UnknownWrapper.cs
- PauseStoryboard.cs