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
- ToolTip.cs
- COM2ExtendedTypeConverter.cs
- LongTypeConverter.cs
- UnsafeNativeMethods.cs
- ToolStripItemImageRenderEventArgs.cs
- Parser.cs
- SuppressMergeCheckAttribute.cs
- OdbcPermission.cs
- ClientSettings.cs
- ToolStripContextMenu.cs
- LogConverter.cs
- SqlDataReader.cs
- TreeNodeStyleCollection.cs
- IProducerConsumerCollection.cs
- GeneralTransform.cs
- DirectoryObjectSecurity.cs
- AuthenticatingEventArgs.cs
- OdbcError.cs
- AssemblyNameProxy.cs
- InputBindingCollection.cs
- SubstitutionList.cs
- QilFunction.cs
- UriSection.cs
- XmlNamespaceManager.cs
- SoapHeaderException.cs
- SqlEnums.cs
- AttributeXamlType.cs
- WorkflowRuntimeSection.cs
- _emptywebproxy.cs
- Storyboard.cs
- FontUnitConverter.cs
- PropertyTab.cs
- Internal.cs
- AudioDeviceOut.cs
- Application.cs
- CompModSwitches.cs
- XmlSerializerSection.cs
- SQLGuidStorage.cs
- XMLUtil.cs
- ButtonColumn.cs
- GraphicsContainer.cs
- DetailsViewUpdateEventArgs.cs
- DCSafeHandle.cs
- Compress.cs
- BypassElement.cs
- ClonableStack.cs
- DockingAttribute.cs
- WebPartManagerInternals.cs
- DependencyPropertyValueSerializer.cs
- TreeNode.cs
- BrowserDefinitionCollection.cs
- ContentAlignmentEditor.cs
- GenericsInstances.cs
- HiddenFieldPageStatePersister.cs
- SelectedPathEditor.cs
- Subtree.cs
- RenderingBiasValidation.cs
- GradientSpreadMethodValidation.cs
- TemplatedAdorner.cs
- OpenTypeLayout.cs
- HostedHttpTransportManager.cs
- ApplicationInfo.cs
- SharedPersonalizationStateInfo.cs
- UnionCqlBlock.cs
- LayoutTable.cs
- wmiprovider.cs
- SmiMetaData.cs
- DataGridRowsPresenter.cs
- CatalogPart.cs
- DefaultValueAttribute.cs
- Exceptions.cs
- FigureParagraph.cs
- SequentialUshortCollection.cs
- smtpconnection.cs
- ClassDataContract.cs
- BrowserDefinition.cs
- MemberPathMap.cs
- NativeCppClassAttribute.cs
- LinqDataSourceContextEventArgs.cs
- AspNetSynchronizationContext.cs
- DeferredTextReference.cs
- SynchronizedRandom.cs
- SqlGenericUtil.cs
- PageContent.cs
- Expander.cs
- InkPresenter.cs
- ProviderBase.cs
- __ComObject.cs
- PipeSecurity.cs
- CodeSubDirectoriesCollection.cs
- MessageTraceRecord.cs
- AssemblyAssociatedContentFileAttribute.cs
- DesignerHierarchicalDataSourceView.cs
- NativeMethods.cs
- NumericPagerField.cs
- PerfCounters.cs
- SelectedDatesCollection.cs
- DesignerActionItem.cs
- XmlSchemaGroup.cs
- ErrorRuntimeConfig.cs