Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / ComponentModel / ListSortDescription.cs / 1305376 / 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
- FilterElement.cs
- EdgeProfileValidation.cs
- SecurityHeaderLayout.cs
- ComponentChangingEvent.cs
- HyperLink.cs
- RegisteredArrayDeclaration.cs
- TypeElementCollection.cs
- Point3DAnimation.cs
- FindRequestContext.cs
- InputBuffer.cs
- PrinterSettings.cs
- CallbackValidator.cs
- SafeNativeMethodsOther.cs
- OdbcRowUpdatingEvent.cs
- UriTemplateTrieLocation.cs
- ElementAction.cs
- UIElementCollection.cs
- XmlCharacterData.cs
- CodeDefaultValueExpression.cs
- MdiWindowListItemConverter.cs
- ControlIdConverter.cs
- StateManagedCollection.cs
- WebBrowsableAttribute.cs
- Point3DCollection.cs
- ModuleConfigurationInfo.cs
- LayoutEvent.cs
- CqlIdentifiers.cs
- SharedRuntimeState.cs
- DataTableReaderListener.cs
- GZipDecoder.cs
- JsonEnumDataContract.cs
- EventWaitHandle.cs
- KeySpline.cs
- MetadataPropertyCollection.cs
- ResXResourceWriter.cs
- SignatureDescription.cs
- Root.cs
- TailCallAnalyzer.cs
- XmlParserContext.cs
- SelectionRangeConverter.cs
- PerformanceCountersElement.cs
- Simplifier.cs
- QueryableDataSourceView.cs
- DrawListViewColumnHeaderEventArgs.cs
- SqlBuffer.cs
- FrameworkTemplate.cs
- BinarySerializer.cs
- ExecutedRoutedEventArgs.cs
- ElementFactory.cs
- DataBinding.cs
- EastAsianLunisolarCalendar.cs
- ScrollEventArgs.cs
- MouseBinding.cs
- StreamResourceInfo.cs
- WindowInteropHelper.cs
- BatchServiceHost.cs
- DashStyles.cs
- FontWeight.cs
- SQLDoubleStorage.cs
- ValueExpressions.cs
- NetCodeGroup.cs
- MexTcpBindingElement.cs
- SeverityFilter.cs
- SqlDataSourceDesigner.cs
- TypeUtil.cs
- Claim.cs
- RoleExceptions.cs
- VectorCollectionValueSerializer.cs
- QueryOptionExpression.cs
- Aes.cs
- BindingContext.cs
- Int16KeyFrameCollection.cs
- MultiPageTextView.cs
- FunctionImportElement.cs
- wgx_sdk_version.cs
- BaseParser.cs
- FixedSOMTableCell.cs
- HMACSHA384.cs
- Constant.cs
- ApplicationServiceManager.cs
- LoadRetryStrategyFactory.cs
- CheckBox.cs
- ArrayElementGridEntry.cs
- AuthorizationSection.cs
- Win32Native.cs
- GridViewRowEventArgs.cs
- DataObject.cs
- FocusManager.cs
- DataExpression.cs
- DirtyTextRange.cs
- NamespaceEmitter.cs
- RouteParameter.cs
- Vector3dCollection.cs
- UnsupportedPolicyOptionsException.cs
- ISO2022Encoding.cs
- RelationshipEndCollection.cs
- DictionaryBase.cs
- Splitter.cs
- Visitor.cs
- DataViewManager.cs