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
- SQLDouble.cs
- Point3DCollectionConverter.cs
- LineServices.cs
- StylusPointPropertyInfoDefaults.cs
- ToolboxItemAttribute.cs
- DesignerTextWriter.cs
- GroupItemAutomationPeer.cs
- TraceContextRecord.cs
- SafeHandles.cs
- ExpanderAutomationPeer.cs
- SelectionGlyphBase.cs
- FieldAccessException.cs
- UserMapPath.cs
- Cursor.cs
- RelationshipConverter.cs
- selecteditemcollection.cs
- Vector3DCollection.cs
- Peer.cs
- ElapsedEventArgs.cs
- TextRangeProviderWrapper.cs
- StyleCollection.cs
- DataServiceQuery.cs
- NetNamedPipeSecurityElement.cs
- WeakReferenceList.cs
- XPathAxisIterator.cs
- PaperSource.cs
- WinFormsUtils.cs
- BaseValidator.cs
- FileDialog.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- ListSourceHelper.cs
- XPathCompileException.cs
- XmlDocumentFragment.cs
- CatalogZoneBase.cs
- SoapFormatExtensions.cs
- CellConstant.cs
- SynchronizationContext.cs
- ListViewUpdatedEventArgs.cs
- prefixendpointaddressmessagefilter.cs
- ImportOptions.cs
- XhtmlConformanceSection.cs
- WSSecurityTokenSerializer.cs
- Events.cs
- mansign.cs
- BitmapEffectInput.cs
- GenericWebPart.cs
- SchemaImporterExtensionElementCollection.cs
- SeekStoryboard.cs
- CompensatableSequenceActivity.cs
- ApplicationActivator.cs
- ContainerSelectorActiveEvent.cs
- XmlSerializerFactory.cs
- RelatedImageListAttribute.cs
- _AutoWebProxyScriptHelper.cs
- XmlSchemaSimpleContentRestriction.cs
- ToolStripMenuItem.cs
- Pair.cs
- CodeAttributeDeclaration.cs
- MouseGesture.cs
- EdmProviderManifest.cs
- CmsUtils.cs
- ResolveCriteriaCD1.cs
- WebBrowserPermission.cs
- ErrorStyle.cs
- SrgsSemanticInterpretationTag.cs
- NumericExpr.cs
- TogglePattern.cs
- ApplicationHost.cs
- ProviderConnectionPoint.cs
- TreeView.cs
- FormViewCommandEventArgs.cs
- Switch.cs
- LightweightEntityWrapper.cs
- AdjustableArrowCap.cs
- Site.cs
- ConfigurationException.cs
- HttpRawResponse.cs
- SoapInteropTypes.cs
- NativeWindow.cs
- AmbientValueAttribute.cs
- Converter.cs
- SmiTypedGetterSetter.cs
- DesignerValidatorAdapter.cs
- ContextItem.cs
- ColorConvertedBitmap.cs
- TextContainerChangedEventArgs.cs
- ExtensionDataReader.cs
- AccessViolationException.cs
- ConfigurationStrings.cs
- HttpContext.cs
- IISMapPath.cs
- UnhandledExceptionEventArgs.cs
- DockingAttribute.cs
- QueryableDataSourceHelper.cs
- TextTrailingWordEllipsis.cs
- RequestQueue.cs
- input.cs
- CoordinationService.cs
- DockingAttribute.cs
- Rect3D.cs