Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / WebControls / ProfileParameter.cs / 1 / ProfileParameter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Data; using System.Security.Permissions; ////// Represents a Parameter that gets its value from the user's profile data. /// [ DefaultProperty("PropertyName"), ] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class ProfileParameter : Parameter { ////// Creates an instance of the ProfileParameter class. /// public ProfileParameter() { } ////// Creates an instance of the ProfileParameter class with the specified parameter name and profile property. /// public ProfileParameter(string name, string propertyName) : base(name) { PropertyName = propertyName; } ////// Creates an instance of the ProfileParameter class with the specified parameter name, type, and profile property. /// public ProfileParameter(string name, TypeCode type, string propertyName) : base(name, type) { PropertyName = propertyName; } ////// Creates an instance of the ProfileParameter class with the specified parameter name, database type, and /// profile property. /// public ProfileParameter(string name, DbType dbType, string propertyName) : base(name, dbType) { PropertyName = propertyName; } ////// Used to clone a parameter. /// protected ProfileParameter(ProfileParameter original) : base(original) { PropertyName = original.PropertyName; } ////// The name of the Profile property to get the value from. /// [ DefaultValue(""), WebCategory("Parameter"), WebSysDescription(SR.ProfileParameter_PropertyName), ] public string PropertyName { get { object o = ViewState["PropertyName"]; if (o == null) return String.Empty; return (string)o; } set { if (PropertyName != value) { ViewState["PropertyName"] = value; OnParameterChanged(); } } } ////// Creates a new ProfileParameter that is a copy of this ProfileParameter. /// protected override Parameter Clone() { return new ProfileParameter(this); } ////// Returns the updated value of the parameter. /// protected override object Evaluate(HttpContext context, Control control) { if (context == null || context.Profile == null) { return null; } return DataBinder.Eval(context.Profile, PropertyName); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Data; using System.Security.Permissions; ////// Represents a Parameter that gets its value from the user's profile data. /// [ DefaultProperty("PropertyName"), ] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class ProfileParameter : Parameter { ////// Creates an instance of the ProfileParameter class. /// public ProfileParameter() { } ////// Creates an instance of the ProfileParameter class with the specified parameter name and profile property. /// public ProfileParameter(string name, string propertyName) : base(name) { PropertyName = propertyName; } ////// Creates an instance of the ProfileParameter class with the specified parameter name, type, and profile property. /// public ProfileParameter(string name, TypeCode type, string propertyName) : base(name, type) { PropertyName = propertyName; } ////// Creates an instance of the ProfileParameter class with the specified parameter name, database type, and /// profile property. /// public ProfileParameter(string name, DbType dbType, string propertyName) : base(name, dbType) { PropertyName = propertyName; } ////// Used to clone a parameter. /// protected ProfileParameter(ProfileParameter original) : base(original) { PropertyName = original.PropertyName; } ////// The name of the Profile property to get the value from. /// [ DefaultValue(""), WebCategory("Parameter"), WebSysDescription(SR.ProfileParameter_PropertyName), ] public string PropertyName { get { object o = ViewState["PropertyName"]; if (o == null) return String.Empty; return (string)o; } set { if (PropertyName != value) { ViewState["PropertyName"] = value; OnParameterChanged(); } } } ////// Creates a new ProfileParameter that is a copy of this ProfileParameter. /// protected override Parameter Clone() { return new ProfileParameter(this); } ////// Returns the updated value of the parameter. /// protected override object Evaluate(HttpContext context, Control control) { if (context == null || context.Profile == null) { return null; } return DataBinder.Eval(context.Profile, PropertyName); } } } // 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
- ReplyAdapterChannelListener.cs
- TreeView.cs
- MatrixAnimationUsingKeyFrames.cs
- DataGridSortCommandEventArgs.cs
- ContentValidator.cs
- DataStorage.cs
- VerificationAttribute.cs
- GPPOINT.cs
- StatusCommandUI.cs
- DateBoldEvent.cs
- _BasicClient.cs
- COAUTHIDENTITY.cs
- Queue.cs
- ArraySubsetEnumerator.cs
- XmlElementCollection.cs
- Accessible.cs
- SecureUICommand.cs
- COM2IDispatchConverter.cs
- OleDbException.cs
- SQLDoubleStorage.cs
- ScriptResourceAttribute.cs
- SspiSafeHandles.cs
- QueryStringParameter.cs
- PathStreamGeometryContext.cs
- MouseActionValueSerializer.cs
- BindingExpression.cs
- DynamicPhysicalDiscoSearcher.cs
- assertwrapper.cs
- SrgsSemanticInterpretationTag.cs
- TextDecoration.cs
- FileUpload.cs
- InvokePattern.cs
- PeerInvitationResponse.cs
- ElementFactory.cs
- ScrollPattern.cs
- QilTargetType.cs
- ObjectAssociationEndMapping.cs
- Stack.cs
- IFlowDocumentViewer.cs
- Executor.cs
- SerializerProvider.cs
- ReadWriteSpinLock.cs
- ResourceProviderFactory.cs
- FixedPosition.cs
- PageStatePersister.cs
- XmlNullResolver.cs
- Figure.cs
- BrowserTree.cs
- RequestQueue.cs
- ProcessModule.cs
- DataComponentNameHandler.cs
- MultipleViewProviderWrapper.cs
- EntryPointNotFoundException.cs
- FrameworkElement.cs
- PolicyStatement.cs
- BindingElement.cs
- Parser.cs
- PolyBezierSegment.cs
- UInt16Converter.cs
- DiscardableAttribute.cs
- OleDbError.cs
- BuildProviderAppliesToAttribute.cs
- XmlNamespaceDeclarationsAttribute.cs
- ManifestBasedResourceGroveler.cs
- XamlPoint3DCollectionSerializer.cs
- ProtocolInformationReader.cs
- WindowsFormsSynchronizationContext.cs
- OutOfMemoryException.cs
- ContainerAction.cs
- Main.cs
- cookieexception.cs
- ProviderException.cs
- PeerName.cs
- WindowsRichEdit.cs
- DiscoveryService.cs
- LinqDataSourceUpdateEventArgs.cs
- HttpPostedFileWrapper.cs
- _ChunkParse.cs
- SafeMILHandle.cs
- CultureSpecificCharacterBufferRange.cs
- Reference.cs
- XmlSchemaDocumentation.cs
- Types.cs
- FormatConvertedBitmap.cs
- CodeComment.cs
- SnapshotChangeTrackingStrategy.cs
- TableHeaderCell.cs
- CatalogPartCollection.cs
- SimpleApplicationHost.cs
- Page.cs
- ToolboxItemLoader.cs
- StatusBarItemAutomationPeer.cs
- ConsumerConnectionPointCollection.cs
- MailWriter.cs
- UIElement.cs
- WebPartCancelEventArgs.cs
- WinFormsSpinner.cs
- DataKeyArray.cs
- ISAPIWorkerRequest.cs
- LoginViewDesigner.cs