Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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;
///
/// [To be supplied.]
///
[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;
}
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- uribuilder.cs
- NonParentingControl.cs
- DateTimeValueSerializerContext.cs
- DataColumnCollection.cs
- EmbeddedMailObjectsCollection.cs
- MessageSecurityVersionConverter.cs
- TableNameAttribute.cs
- XmlILStorageConverter.cs
- XmlBinaryWriterSession.cs
- PreviewPrintController.cs
- EventLogPropertySelector.cs
- SchemaAttDef.cs
- DefaultDiscoveryServiceExtension.cs
- _SslState.cs
- COM2ComponentEditor.cs
- RelationshipSet.cs
- XmlSchemaSimpleTypeRestriction.cs
- IssuanceLicense.cs
- XomlCompilerResults.cs
- Page.cs
- SqlUserDefinedTypeAttribute.cs
- ItemCheckEvent.cs
- PasswordPropertyTextAttribute.cs
- CalendarAutoFormatDialog.cs
- ImageButton.cs
- BufferBuilder.cs
- ZoneLinkButton.cs
- PerfService.cs
- ServerProtocol.cs
- PresentationSource.cs
- StrongNameUtility.cs
- MailMessageEventArgs.cs
- OdbcDataReader.cs
- TextDecorationLocationValidation.cs
- BindMarkupExtensionSerializer.cs
- WebWorkflowRole.cs
- AutomationPatternInfo.cs
- Parameter.cs
- WebConfigManager.cs
- RequestCache.cs
- Executor.cs
- UniqueIdentifierService.cs
- ContextBase.cs
- TreeIterators.cs
- EventLogPermissionEntry.cs
- LambdaCompiler.Generated.cs
- CodeSubDirectoriesCollection.cs
- StateWorkerRequest.cs
- InputManager.cs
- ShaderEffect.cs
- ShaderEffect.cs
- ExeContext.cs
- WebPartExportVerb.cs
- DeploymentExceptionMapper.cs
- DataGridViewRowsAddedEventArgs.cs
- HttpCachePolicy.cs
- TreeNode.cs
- CollectionBuilder.cs
- UpDownEvent.cs
- ReferenceService.cs
- BaseCodeDomTreeGenerator.cs
- CompiledQuery.cs
- LoginName.cs
- StylusButton.cs
- XDRSchema.cs
- SerializationObjectManager.cs
- EventWaitHandle.cs
- DataSourceControlBuilder.cs
- RC2.cs
- IssuanceLicense.cs
- TypefaceCollection.cs
- BufferModesCollection.cs
- PointKeyFrameCollection.cs
- BinaryExpression.cs
- XamlLoadErrorInfo.cs
- DataGridViewDataErrorEventArgs.cs
- TextTreeUndoUnit.cs
- COM2PropertyPageUITypeConverter.cs
- HostingEnvironmentException.cs
- Run.cs
- BufferModesCollection.cs
- InputLanguageProfileNotifySink.cs
- FileSystemInfo.cs
- RuntimeArgumentHandle.cs
- CodeObject.cs
- HitTestWithGeometryDrawingContextWalker.cs
- _emptywebproxy.cs
- XamlTemplateSerializer.cs
- ConsoleTraceListener.cs
- SHA256.cs
- DbConnectionStringCommon.cs
- ISO2022Encoding.cs
- OutputCacheSettings.cs
- ResourceManager.cs
- ProxyHwnd.cs
- BinaryCommonClasses.cs
- CompilationLock.cs
- UIHelper.cs
- DataTableCollection.cs
- XamlBrushSerializer.cs