Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / ObjectListTitleAttribute.cs / 1305376 / ObjectListTitleAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.ComponentModel; using System.Security.Permissions; namespace System.Web.UI.MobileControls { /* * Object List Title attribute. Can be attached to a property to provide its * title in an object list field * * Copyright (c) 2000 Microsoft Corporation */ ///[ AttributeUsage(AttributeTargets.Property) ] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public class ObjectListTitleAttribute : Attribute { private readonly String _title; /// public ObjectListTitleAttribute(String title) { _title = title; } /// public virtual String Title { get { return _title; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.ComponentModel; using System.Security.Permissions; namespace System.Web.UI.MobileControls { /* * Object List Title attribute. Can be attached to a property to provide its * title in an object list field * * Copyright (c) 2000 Microsoft Corporation */ ///[ AttributeUsage(AttributeTargets.Property) ] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public class ObjectListTitleAttribute : Attribute { private readonly String _title; /// public ObjectListTitleAttribute(String title) { _title = title; } /// public virtual String Title { get { return _title; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SmiEventStream.cs
- XamlSerializerUtil.cs
- DoneReceivingAsyncResult.cs
- TraceListeners.cs
- SqlMethodAttribute.cs
- SQLInt32Storage.cs
- Transform3D.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- SudsParser.cs
- FixedSOMSemanticBox.cs
- NetCodeGroup.cs
- FixUpCollection.cs
- ProviderCommandInfoUtils.cs
- SafeFileHandle.cs
- GPPOINTF.cs
- BuildManager.cs
- FormsAuthenticationUserCollection.cs
- CaseExpr.cs
- AsyncCompletedEventArgs.cs
- MaterialGroup.cs
- SafeRsaProviderHandle.cs
- CodeLabeledStatement.cs
- UnauthorizedAccessException.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- RunClient.cs
- XmlBufferReader.cs
- DelegateArgumentReference.cs
- DataGridParentRows.cs
- BitmapSizeOptions.cs
- LocalValueEnumerator.cs
- ScriptManager.cs
- connectionpool.cs
- xmlsaver.cs
- TypefaceMetricsCache.cs
- ProxyAttribute.cs
- CustomAttribute.cs
- xml.cs
- AccessDataSourceView.cs
- ImageCodecInfoPrivate.cs
- CodeEntryPointMethod.cs
- TypeProvider.cs
- WeakKeyDictionary.cs
- FunctionImportMapping.ReturnTypeRenameMapping.cs
- HtmlInputRadioButton.cs
- DocumentPageHost.cs
- CommandLineParser.cs
- COM2FontConverter.cs
- DragDrop.cs
- sqlcontext.cs
- AttachedProperty.cs
- Help.cs
- MachineKeySection.cs
- DataGridCommandEventArgs.cs
- Delegate.cs
- _AutoWebProxyScriptHelper.cs
- TargetInvocationException.cs
- ScrollBarRenderer.cs
- BamlWriter.cs
- _FixedSizeReader.cs
- InkCanvasSelectionAdorner.cs
- IsolatedStorageFilePermission.cs
- Single.cs
- CompilationSection.cs
- BooleanAnimationUsingKeyFrames.cs
- ObjectQueryState.cs
- MenuCommand.cs
- Inflater.cs
- Animatable.cs
- CheckBoxField.cs
- ScrollProperties.cs
- ConstraintStruct.cs
- CancelRequestedRecord.cs
- PrintController.cs
- Rss20FeedFormatter.cs
- RTLAwareMessageBox.cs
- HandledMouseEvent.cs
- MouseCaptureWithinProperty.cs
- ProfileGroupSettings.cs
- StaticContext.cs
- ProtectedConfiguration.cs
- SemaphoreSlim.cs
- SynchronizedPool.cs
- Empty.cs
- ReliabilityContractAttribute.cs
- SoapSchemaImporter.cs
- TypeConverterHelper.cs
- DiagnosticsElement.cs
- DotNetATv1WindowsLogEntrySerializer.cs
- SiteMapPath.cs
- Workspace.cs
- ExtensionDataObject.cs
- InternalSafeNativeMethods.cs
- SecurityTokenContainer.cs
- TransformValueSerializer.cs
- AutomationElementCollection.cs
- XhtmlBasicCommandAdapter.cs
- PerformanceCounter.cs
- BindingExpressionBase.cs
- RequestCache.cs
- SmtpSection.cs